Skip to content
Open
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
4 changes: 2 additions & 2 deletions docs/manual/options.md
Original file line number Diff line number Diff line change
Expand Up @@ -1646,7 +1646,7 @@ The default value is: `<empty>`
##### //CycloneDDS/Domain/Security/Authentication/IdentityCertificate
Text

An identity certificate will identify all participants in the OSPL instance.<br>The content is URI to an X509 certificate signed by the IdentityCA in PEM format containing the signed public key.
An identity certificate will identify all participants in the CycloneDDS instance.<br>The content is URI to an X509 certificate signed by the IdentityCA in PEM format containing the signed public key.

Supported URI schemes: file, data

Expand Down Expand Up @@ -1722,7 +1722,7 @@ The default value is: `<empty>`
##### //CycloneDDS/Domain/Security/Authentication/PrivateKey
Text

URI to access the private Private Key for all of the participants in the OSPL federation.
URI to access the private Private Key for all of the participants in the CycloneDDS Instance.

Supported URI schemes: file, data

Expand Down
Loading