Commit c0b838f 1 parent fa010a3 commit c0b838f Copy full SHA for c0b838f
File tree 2 files changed +3
-10
lines changed
2 files changed +3
-10
lines changed Load Diff This file was deleted.
Original file line number Diff line number Diff line change @@ -13,7 +13,7 @@ openssl req \
13
13
-newkey rsa:4096 \
14
14
-noenc \
15
15
-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" \
17
17
-x509
18
18
19
19
openssl x509 \
@@ -30,7 +30,7 @@ openssl req \
30
30
-newkey rsa:4096 \
31
31
-noenc \
32
32
-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"
34
34
35
35
# Use CA's private key to sign web server's CSR and get back the signed certificate.
36
36
@@ -58,7 +58,7 @@ openssl req \
58
58
-newkey rsa:4096 \
59
59
-noenc \
60
60
-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"
62
62
63
63
# Use CA's private key to sign client's CSR and get back the signed certificate
64
64
You can’t perform that action at this time.
0 commit comments