OpenSSL Exporting Private Certificate Authority for Browsers: Difference between revisions

From UNIX Systems Administration
Jump to navigation Jump to search
(Created page with "__FORCETOC__ == Red Hat Enterprise Linux/CentOS == # Export CA for Import into Browsers. #:<tt>'''cd /etc/pki/CA'''</tt> #:<tt>'''openssl pkcs12 -export -out <filename>.pfx -i...")
 
 
(One intermediate revision by the same user not shown)
Line 2: Line 2:
== Red Hat Enterprise Linux/CentOS ==
== Red Hat Enterprise Linux/CentOS ==
# Export CA for Import into Browsers.
# Export CA for Import into Browsers.
#:<tt>'''cd /etc/pki/CA'''</tt>
#:<tt>'''# cd /etc/pki/CA'''</tt>
#:<tt>'''openssl pkcs12 -export -out <filename>.pfx -inkey private/cakey.pem -in cacert.pem'''</tt>
#:<tt>'''# openssl pkcs12 -export -inkey private/cakey.pem -in cacert.pem -out <filename>.pfx'''</tt>


[[Category:Software]]
[[Category:Software]]
[[Category:SSL]]
[[Category:SSL]]

Latest revision as of 02:45, 15 November 2020

Red Hat Enterprise Linux/CentOS

  1. Export CA for Import into Browsers.
    # cd /etc/pki/CA
    # openssl pkcs12 -export -inkey private/cakey.pem -in cacert.pem -out <filename>.pfx