Skip to content

Commit c0b838f

Browse files
committed
#405 Add certificate builder
1 parent fa010a3 commit c0b838f

File tree

2 files changed

+3
-10
lines changed

2 files changed

+3
-10
lines changed

testdata/certificates/delete_certificates.sh

-7
This file was deleted.

testdata/certificates/generate_certificates.sh

+3-3
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ openssl req \
1313
-newkey rsa:4096 \
1414
-noenc \
1515
-out ca-certificate.pem \
16-
-subj "/C=US/ST=NV/L=Las Vegas/O=Senzing/OU=Development CA/CN=senzing.com" \
16+
-subj "/C=US/ST=NV/L=Las Vegas/O=Senzing/OU=Test CA/CN=senzing.com" \
1717
-x509
1818

1919
openssl x509 \
@@ -30,7 +30,7 @@ openssl req \
3030
-newkey rsa:4096 \
3131
-noenc \
3232
-out server/certificate_request.pem \
33-
-subj "/C=US/ST=NV/L=Las Vegas/O=Senzing/OU=Development Server/CN=senzing.com"
33+
-subj "/C=US/ST=NV/L=Las Vegas/O=Senzing/OU=Test Server/CN=senzing.com"
3434

3535
# Use CA's private key to sign web server's CSR and get back the signed certificate.
3636

@@ -58,7 +58,7 @@ openssl req \
5858
-newkey rsa:4096 \
5959
-noenc \
6060
-out client/certificate_request.pem \
61-
-subj "/C=US/ST=NV/L=Las Vegas/O=Senzing/OU=Development Client/CN=senzing.com"
61+
-subj "/C=US/ST=NV/L=Las Vegas/O=Senzing/OU=Test Client/CN=senzing.com"
6262

6363
# Use CA's private key to sign client's CSR and get back the signed certificate
6464

0 commit comments

Comments
 (0)