mirror of
https://github.com/nishiki/manage-password.git
synced 2025-02-20 01:50:04 +00:00
config: generate gpg key with rsa
This commit is contained in:
parent
318d0d357a
commit
adf34a006c
1 changed files with 1 additions and 1 deletions
|
@ -97,7 +97,7 @@ class Config
|
|||
|
||||
param = ''
|
||||
param << '<GnupgKeyParms format="internal">' + "\n"
|
||||
param << "Key-Type: DSA\n"
|
||||
param << "Key-Type: RSA\n"
|
||||
param << "Key-Length: #{length}\n"
|
||||
param << "Subkey-Type: ELG-E\n"
|
||||
param << "Subkey-Length: #{length}\n"
|
||||
|
|
Loading…
Add table
Reference in a new issue