Skip to content

Commit 5c8602e

Browse files
security certificate CA name is sros2CA, but sros2testCA. (#4463) (#4465)
Signed-off-by: Tomoya.Fujita <[email protected]> (cherry picked from commit a4b2519) Co-authored-by: Tomoya Fujita <[email protected]>
1 parent f58723f commit 5c8602e

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

source/Tutorials/Advanced/Security/The-Keystore.rst

+3-3
Original file line numberDiff line numberDiff line change
@@ -71,11 +71,11 @@ The output should look similar to the following::
7171
Serial Number:
7272
02:8e:9a:24:ea:10:55:cb:e6:ea:e8:7a:c0:5f:58:6d:37:42:78:aa
7373
Signature Algorithm: ecdsa-with-SHA256
74-
Issuer: CN = sros2testCA
74+
Issuer: CN = sros2CA
7575
Validity
7676
Not Before: Jun 1 16:57:37 2021 GMT
7777
Not After : May 31 16:57:37 2031 GMT
78-
Subject: CN = sros2testCA
78+
Subject: CN = sros2CA
7979
Subject Public Key Info:
8080
Public Key Algorithm: id-ecPublicKey
8181
Public-Key: (256 bit)
@@ -97,7 +97,7 @@ The output should look similar to the following::
9797
4b:e5:92:b3:e6:ee:3c:d5:cf:30:43:09:04:71:bd:dd:7c
9898

9999
Some things to note about this CA certificate:
100-
- The certificate subject name ``sros2testCA`` is the default provided by the ``sros2`` utilities.
100+
- The certificate subject name ``sros2CA`` is the default provided by the ``sros2`` utilities.
101101
- This certificate is valid for ten years from time of creation
102102
- Like all certificates, this contains a public key used for public-private key encryption
103103
- 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.

0 commit comments

Comments
 (0)