diff options
author | Jeremy Harris <jgh146exb@wizmail.org> | 2022-11-22 22:32:59 +0000 |
---|---|---|
committer | Jeremy Harris <jgh146exb@wizmail.org> | 2022-11-23 00:06:42 +0000 |
commit | 415c5379af11bf8777af1a082a336ad7c5369525 (patch) | |
tree | 6e83a790e09a20e172276887d9060cba05d2dc8f /test/aux-fixed/exim-ca | |
parent | 6242a0bdfb6bacb2fc52e335ca550b62f2f39020 (diff) |
OpenSSL: OCSP under DANE
Diffstat (limited to 'test/aux-fixed/exim-ca')
-rwxr-xr-x | test/aux-fixed/exim-ca/genall | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/test/aux-fixed/exim-ca/genall b/test/aux-fixed/exim-ca/genall index 85edfc29c..878c6aba0 100755 --- a/test/aux-fixed/exim-ca/genall +++ b/test/aux-fixed/exim-ca/genall @@ -34,9 +34,12 @@ do # -F create sub-signing cert # -C CRL # -O create OCSP responder cert + # -3 Authority key ID extension + # -8 Subject Alternate Names + clica $V -D "$idir" -p password -B 2048 -I -N $iname -F -C http://crl.$iname/latest.crl -O http://oscp.$iname/ - # create server certs + # create server leaf certs # -m <months> clica $V -D $idir -p password -s 101 -S server1.$iname -m 301 \ -8 alternatename.server1.example.$tld,alternatename2.server1.example.$tld,*.test.ex |