Skip to content

Commit

Permalink
Change the CN value for the client CSR
Browse files Browse the repository at this point in the history
  • Loading branch information
kipparker committed Jul 29, 2024
1 parent 1a5f18e commit cafe531
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/certmaker.sh
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ openssl genpkey -algorithm RSA -out client-key.pem

# Client CSR
openssl req -new -key client-key.pem -out client-csr.pem \
-subj "/C=GB/ST=London/O=Application One/OU=carbon-accounting@perseus/CN=https:\/\/directory.perseus.ib1.org\/member\/2876152"
-subj "/C=GB/ST=London/O=Application One/OU=carbon-accounting@perseus/CN=https:\/\/directory.core.demo.ib1.org\/member\/81524"
openssl x509 -req -in client-csr.pem -out client-cert.pem \
-CA client-ca-cert.pem -CAkey client-ca-key.pem -days 365
cat client-cert.pem client-ca-cert.pem > client-bundle.pem
Expand Down

0 comments on commit cafe531

Please sign in to comment.