[gnutls-help] Email Protection Key

Yan Fiz yanfiz at gmail.com
Thu May 4 19:45:01 CEST 2017


I get "Warning: skipping unknown option 'email_protection_key'" error while
use 'email_protection_key' purpose that in mentioned
http://gnutls.org/manual/html_node/certtool-Invocation.html.

certtool 3.5.11

Example ;

$ cat authority.cfg
cn=Authority
ca
path_len=0
cert_signing_key
crl_signing_key
expiration_days=365

$ cat user.cfg
cn=User
signing_key
non_repudiation
encryption_key
email_protection_key
expiration_days=365

$ certtool --generate-privkey --rsa --bits 2048 --outfile authority.p8
$ certtool --generate-privkey --rsa --bits 2048 --outfile user.p8
$ certtool --generate-self-signed --hash sha512 --load-privkey authority.p8
--outfile authority.crt --template authority.cfg
$ certtool --generate-request --hash sha512 --load-privkey user.p8
--outfile user.p10 --template user.cfg
Warning: skipping unknown option 'email_protection_key'
-------------- next part --------------
An HTML attachment was scrubbed...
URL: </pipermail/attachments/20170504/637b7680/attachment.html>


More information about the Gnutls-help mailing list