Skip to content

Commit

Permalink
Make it clear that self-signed cert is a fake cert
Browse files Browse the repository at this point in the history
  • Loading branch information
hobinjk-ptc committed Mar 7, 2024
1 parent 7eb3a18 commit ff23fce
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions scripts/cert.conf.template
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ localityName = Locality Name (eg, city)
localityName_default = Boston

organizationName = Organization Name (eg, company)
organizationName_default = PTC
organizationName_default = Reality Lab Test

# Use a friendly name here because it's presented to the user. The server's DNS
# names are placed in Subject Alternate Names. Plus, DNS names here is deprecated
Expand All @@ -38,7 +38,7 @@ commonName = Common Name (e.g. server FQDN or YOUR name)
commonName_default = Reality Lab Test

emailAddress = Email Address
emailAddress_default = test@ptc.com
emailAddress_default = ptc-test@example.com

# Section x509_ext is used when generating a self-signed certificate. I.e., openssl req -x509 ...
[ x509_ext ]
Expand Down

0 comments on commit ff23fce

Please sign in to comment.