/ca.html Secret
Created
March 21, 2020 07:46
ca.11
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
root@ca:/ca# openssl ca -config config_ca -in ca_dir/sertifikat-request/setyasite.csr | |
Using configuration from config_ca | |
Enter pass phrase for ca_dir/ca.key: | |
Check that the request matches the signature | |
Signature ok | |
The Subject's Distinguished Name is as follows | |
countryName :PRINTABLE:'ID' | |
stateOrProvinceName :ASN.1 12:'Jawa Barat' | |
localityName :ASN.1 12:'Bekasi' | |
organizationName :ASN.1 12:'setyasite' | |
organizationalUnitName:ASN.1 12:'Admin Web' | |
commonName :ASN.1 12:'www.setyasite.com' | |
emailAddress :IA5STRING:'admin@setyasite.com' | |
Certificate is to be certified until Mar 18 04:51:43 2021 GMT (365 days) | |
Sign the certificate? [y/n]:y | |
1 out of 1 certificate requests certified, commit? [y/n]y | |
Write out database with 1 new entries | |
................................................ | |
................................................................. | |
................................................................. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment