Skip to content

Commit

Permalink
security certificate CA name is sros2CA, but sros2testCA. (#4463)
Browse files Browse the repository at this point in the history
Signed-off-by: Tomoya.Fujita <tomoya.fujita825@gmail.com>
  • Loading branch information
fujitatomoya authored May 16, 2024
1 parent bfbd9bc commit a4b2519
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions source/Tutorials/Advanced/Security/The-Keystore.rst
Original file line number Diff line number Diff line change
Expand Up @@ -71,11 +71,11 @@ The output should look similar to the following::
Serial Number:
02:8e:9a:24:ea:10:55:cb:e6:ea:e8:7a:c0:5f:58:6d:37:42:78:aa
Signature Algorithm: ecdsa-with-SHA256
Issuer: CN = sros2testCA
Issuer: CN = sros2CA
Validity
Not Before: Jun 1 16:57:37 2021 GMT
Not After : May 31 16:57:37 2031 GMT
Subject: CN = sros2testCA
Subject: CN = sros2CA
Subject Public Key Info:
Public Key Algorithm: id-ecPublicKey
Public-Key: (256 bit)
Expand All @@ -97,7 +97,7 @@ The output should look similar to the following::
4b:e5:92:b3:e6:ee:3c:d5:cf:30:43:09:04:71:bd:dd:7c

Some things to note about this CA certificate:
- The certificate subject name ``sros2testCA`` is the default provided by the ``sros2`` utilities.
- The certificate subject name ``sros2CA`` is the default provided by the ``sros2`` utilities.
- This certificate is valid for ten years from time of creation
- Like all certificates, this contains a public key used for public-private key encryption
- As a Root Certificate Authority, this is a `self-signed certificate <https://en.wikipedia.org/wiki/Self-signed_certificate>`_; i.e., it is signed using its own private key.
Expand Down

0 comments on commit a4b2519

Please sign in to comment.