Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

security certificate CA name is sros2CA, but sros2testCA. (backport #4463) #4466

Merged
merged 1 commit into from
May 16, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
security certificate CA name is sros2CA, but sros2testCA. (#4463)
Signed-off-by: Tomoya.Fujita <tomoya.fujita825@gmail.com>
(cherry picked from commit a4b2519)
  • Loading branch information
fujitatomoya authored and mergify[bot] committed May 16, 2024
commit 5cd6e5b1ca5b10d1bf6a3a34ac36c04544b7d362
6 changes: 3 additions & 3 deletions source/Tutorials/Advanced/Security/The-Keystore.rst
Original file line number Diff line number Diff line change
@@ -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)
@@ -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.
Loading