Changed gpg key creation command

pull/108/head
parent 2f3cedc1e5
commit 3fe841179a
No known key found for this signature in database
GPG Key ID: FF1D842BF4DDE92B

@ -119,9 +119,9 @@ Key-Type: ",type,"\n\
Key-Length: 1024\n\ Key-Length: 1024\n\
Subkey-Type: ELG-E\n\ Subkey-Type: ELG-E\n\
Subkey-Length: ",strength,"\n\ Subkey-Length: ",strength,"\n\
Name-Real: ",name,"\n\ Name-Real: ",name,"\n",\
Name-Comment: ",comment,"\n\ !yon_char_is_empty(comment)?"Name-Comment: ":"",!yon_char_is_empty(comment)?comment:"",!yon_char_is_empty(comment)?"\n":""\
Name-Email: ",email,"\n\ "Name-Email: ",email,"\n\
Expire-Date: ",!yon_char_is_empty(expire)?expire:"0","\n\ Expire-Date: ",!yon_char_is_empty(expire)?expire:"0","\n\
Passphrase: ",password,"\n\ Passphrase: ",password,"\n\
%commit\n\ %commit\n\

Loading…
Cancel
Save