Skip to content

Commit 9c33013

Browse files
save file
1 parent a8dd5c7 commit 9c33013

File tree

1 file changed

+3
-0
lines changed
  • blog/25-09-29/name-constraints-in-x509-certificate/ex

1 file changed

+3
-0
lines changed
Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
openssl genrsa -out ca.key.pem 1024
2+
openssl req -new -x509 -key ca.key.pem -out ca.crt -days 365 -config ca-ext.ini -extensions v3_ca
3+
openssl x509 -in ca.crt -text -noout

0 commit comments

Comments
 (0)