Replies: 3 comments
-
Please give an example.
Or do you mean the JWK format |
Beta Was this translation helpful? Give feedback.
0 replies
-
{
"xca": [
{
"certificate": "-----BEGIN CERTIFICATE-----\nMI.......\n-----END CERTIFICATE",
"serial_number": "194139",
"signature_algorithm": "SHA256-RSA",
"not_after": "2027-03-16T00:04:33.000Z",
"not_before": "2024-03-16T00:04:33.000Z",
"public_key_algorithm": "RSA",
"public_key_size": 2048,
"public_key_exponent": 65537,
"issuer": {
"common_name": "Example Root CA",
"distinguished_name": "CN=Example Root CA, OU=Infrastructure Team, DC=example, DC=com"
},
"subject": {
"common_name": "www.example.com",
"distinguished_name": "CN=www.example.com, OU=Infrastructure Team, DC=example, DC=com"
},
"hash": {
"sha1": "HASH VALUE",
"sha256": "HASH VALUE"
}
}
]
}
|
Beta Was this translation helpful? Give feedback.
0 replies
-
If you want a standard for field key names, I recommend ECS |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
It would be nice if the --no-gui dump output could also be formatted in JSON for easier ingest into other apps. Just a -j/--json flag on the command line.
Beta Was this translation helpful? Give feedback.
All reactions