Skip to content

Instantly share code, notes, and snippets.

@JimCircadian
Created September 29, 2020 15:51
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save JimCircadian/99ec11a1d065505fa41b22d2433e61f2 to your computer and use it in GitHub Desktop.
Save JimCircadian/99ec11a1d065505fa41b22d2433e61f2 to your computer and use it in GitHub Desktop.
Output for FreeIPA CA Cert
CSR
Subject:
localityName = PRINTABLESTRING:***
stateOrProvinceName = PRINTABLESTRING:***
countryName = PRINTABLESTRING:***
organizationName = PRINTABLESTRING:*** *** ***
commonName = PRINTABLESTRING:*** *** ***
Cert
Subject:
countryName = PRINTABLESTRING:***
stateOrProvinceName = PRINTABLESTRING:***
localityName = PRINTABLESTRING:***
organizationName = PRINTABLESTRING:*** *** ***
commonName = PRINTABLESTRING:*** *** ***
[root@freeipa-master-staging ~]# openssl req -in ipa.csr -noout -subject
subject=/L=***/ST=***/C=***/O=*** *** ***/CN=*** *** ***
[root@freeipa-master-staging ~]# openssl x509 -in freeipa-staging.crt -noout -subject
subject= /C=***/ST=***/L=***/O=*** *** ***/CN=*** *** ***
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment