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

Improve attributes get output on certificates #354

Open
bgrieder opened this issue Dec 23, 2024 · 0 comments
Open

Improve attributes get output on certificates #354

bgrieder opened this issue Dec 23, 2024 · 0 comments

Comments

@bgrieder
Copy link
Contributor

bgrieder commented Dec 23, 2024

The output should display the cryptographic algorithm and not display the Vendor Attribute -> Tag : tags are already displayed below

➜ ckms attributes get --id horodatage_user_1
Attributes for horodatage_user_1
     Unique identifier: horodatage_user_1
{
 "CertificateIssuerST": "IdF",
 "PublicKeyLink": "52527070-1a38-43a9-9a67-00328be82288",
 "CertificateSubjectSerialNumber": "C32DC4D266FAE84A019F28202A520AFC0581F868",
 "CertificateIssuerO": "Cosmain",
 "VendorExtension": [
   {
     "VendorIdentification": "cosmian",
     "AttributeName": "tag",
     "AttributeValue": [
       91,
       34,
       95,
       99,
       101,
       114,
       116,
       34,
       93
     ]
   }
 ],
 "CertificateLink": "velo_horodatage_root_ca",
 "CertificateSubjectL": "Paris",
 "PrivateKeyLink": "4483484c-e6e3-4759-9936-d860f9178d65",
 "CertificateIssuerCN": "Velo Horodatage Root CA",
 "CertificateSubjectO": "Cosmian",
 "CertificateSubjectST": "IdF",
 "CertificateIssuerOU": "IT",
 "CertificateIssuerL": "Paris",
 "CertificateSubjectUID": "c32dc4d266fae84a019f28202a520afc0581f868",
 "KeyFormatType": "X509",
 "CertificateSubjectCN": "horodatage_user_1",
 "CertificateIssuerC": "FR",
 "Tag": [
   "_cert"
 ],
 "CertificateSubjectOU": "IT",
 "ObjectType": "PrivateKey",
 "CertificateSubjectC": "FR"
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant