File tree 2 files changed +6
-0
lines changed
2 files changed +6
-0
lines changed Original file line number Diff line number Diff line change @@ -991,8 +991,10 @@ to issue the following shell commands.
991
991
992
992
cd /path/to/openssl
993
993
export OPENSSL_CONF=openssl.cnf
994
+ =begin comment
994
995
wget 'http://pki.certificate.fi:8080/install-ca-cert.html/ca-certificate.crt\
995
996
?ca-id=632&download-certificate=1' -O insta.ca.crt
997
+ =end comment
996
998
openssl genrsa -out insta.priv.pem
997
999
openssl cmp -section insta
998
1000
@@ -1048,7 +1050,11 @@ or
1048
1050
1049
1051
Many more options can be used in the configuration file
1050
1052
and/or on the command line.
1053
+ For instance, the B<-reqexts> CLI option may refer to a section in the
1054
+ configuration file defining X.509 extensions to use in certificate requests,
1055
+ such as B<v3_req> in F<openssl/apps/openssl.cnf>:
1051
1056
1057
+ openssl cmp -section insta,cr -reqexts v3_req
1052
1058
1053
1059
=head2 Certificate enrollment
1054
1060
You can’t perform that action at this time.
0 commit comments