Created
May 21, 2018 21:44
-
-
Save JohnTheodore/baae0d3cfd24881d5f3b88ac7af96f89 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
'state': 'California', | |
'extensions': { | |
'sub_alt_names': { | |
'names': <SubjectAlternativeName(<GeneralNames([])>)> | |
}, | |
'basic_constraints': <BasicConstraints(ca=True, path_length=None)>, 'custom': [] | |
}, | |
'validity_end': <Arrow [2025-05-21T21:36:54.696211+00:00]>, | |
'owner': '[email protected]', | |
'name': 'symc-cpe-mpki', | |
'plugin': { | |
'plugin_object': <lemur.plugins.lemur_verisign.plugin.VerisignIssuerPlugin object at 0x7f8e50698be8>, | |
'title': 'Verisign', | |
'description': 'Enables the creation of certificates by the VICE2.0 verisign API.', | |
'plugin_options': [{}], | |
'slug': 'verisign-issuer' | |
}, | |
'organizational_unit': 'My Org', | |
'body': None, | |
'organization': 'Example Inc.', | |
'signing_algorithm': 'sha256WithRSA', | |
'type': 'root', | |
'country': 'US', | |
'key_type': 'RSA2048', | |
'description': 'Org authority for FQDNs we own', | |
'location': 'Mountain View', | |
'first_serial': 1, | |
'private_key': None, | |
'validity_years': 7, | |
'common_name': 'example.com', | |
'creator': User([email protected]), | |
'sensitivity': 'medium', | |
'chain': '', | |
'validity_start': <Arrow [2018-05-21T21:36:54.696211+00:00]>, | |
'roles': [Role(name=admin), Role(name=verisign), Role([email protected]), Role([email protected])] | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment