Skip to content

Commit ebc1e8f

Browse files
committed
openssl-cmp.pod.in: Update and extend example using Insta Demo CA
Reviewed-by: Paul Dale <[email protected]> (Merged from openssl#12534)
1 parent 4c525cb commit ebc1e8f

File tree

2 files changed

+6
-0
lines changed

2 files changed

+6
-0
lines changed

apps/insta.ca.crt

916 Bytes
Binary file not shown.

doc/man1/openssl-cmp.pod.in

+6
Original file line numberDiff line numberDiff line change
@@ -991,8 +991,10 @@ to issue the following shell commands.
991991

992992
cd /path/to/openssl
993993
export OPENSSL_CONF=openssl.cnf
994+
=begin comment
994995
wget 'http://pki.certificate.fi:8080/install-ca-cert.html/ca-certificate.crt\
995996
?ca-id=632&download-certificate=1' -O insta.ca.crt
997+
=end comment
996998
openssl genrsa -out insta.priv.pem
997999
openssl cmp -section insta
9981000

@@ -1048,7 +1050,11 @@ or
10481050

10491051
Many more options can be used in the configuration file
10501052
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>:
10511056

1057+
openssl cmp -section insta,cr -reqexts v3_req
10521058

10531059
=head2 Certificate enrollment
10541060

0 commit comments

Comments
 (0)