X-Git-Url: https://git.gag.com/?p=debian%2Famanda;a=blobdiff_plain;f=docs%2Famcrypt-asym-ossl.8.txt;h=711be5c75945cd468ff51008a878453dc19be10b;hp=5d287b498490a2a802eccd1fc721b7ee6f32df89;hb=71325c297e0436e9930a3e129a26696e78c27f62;hpb=12179dea039515c06168c0037d048566a3f623de diff --git a/docs/amcrypt-asym-ossl.8.txt b/docs/amcrypt-asym-ossl.8.txt index 5d287b4..711be5c 100644 --- a/docs/amcrypt-asym-ossl.8.txt +++ b/docs/amcrypt-asym-ossl.8.txt @@ -27,14 +27,14 @@ GENERATING PUBLIC AND PRIVATE KEYS RSA keys can be generated with the standard OpenSSL commands, e.g.: $ cd /var/lib/amanda - $ openssl genrsa -aes128 -out backup-key.pem 1024 + $ openssl genrsa -aes128 -out backup-privkey.pem 1024 Generating RSA private key, 1024 bit long modulus [...] - Enter pass phrase for backup-key.pem: ENTER YOUR PASS PHRASE + Enter pass phrase for backup-privkey.pem: ENTER YOUR PASS PHRASE Verifying - Enter pass phrase for backup-key.pem: ENTER YOUR PASS PHRASE - $ openssl rsa -in backup-key.pem -pubout -out backup-pubkey.pem - Enter pass phrase for backup-key.pem: ENTER YOUR PASS PHRASE + $ openssl rsa -in backup-privkey.pem -pubout -out backup-pubkey.pem + Enter pass phrase for backup-privkey.pem: ENTER YOUR PASS PHRASE Writing RSA key To generate a private key without a passphrase, omit the -aes128 option. See @@ -71,8 +71,8 @@ FILES /var/lib/amanda/backup-pubkey.pem File containing the RSA public key. - /var/lib/amanda/.pass - File containing the pass phrase. It should not be readable by any user + /var/lib/amanda/.am_passphrase + File containing the passphrase. It should not be readable by any user other than the Amanda user.