Skip to content

Commit

Permalink
Use single quotes
Browse files Browse the repository at this point in the history
Signed-off-by: Santti4go <[email protected]>
  • Loading branch information
Santti4go committed Feb 5, 2025
1 parent a30b16d commit 5d9f505
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions sros2/sros2/keystore/_keystore.py
Original file line number Diff line number Diff line change
Expand Up @@ -69,15 +69,15 @@ def create_keystore(keystore_path: pathlib.Path, split_CA=False) -> None:
# Create independent Permissions and Identity CA
_utilities.create_signed_cert(keystore_ca_cert_path,
keystore_ca_key_path,
"IdentityCA",
'IdentityCA',
keystore_identity_ca_cert_path,
keystore_identity_ca_key_path,
ca=True,
path_length=1,
duration_days=5)
_utilities.create_signed_cert(keystore_ca_cert_path,
keystore_ca_key_path,
"PermissionsCA",
'PermissionsCA',
keystore_permissions_ca_cert_path,
keystore_permissions_ca_key_path,
ca=True,
Expand Down

0 comments on commit 5d9f505

Please sign in to comment.