Noodle Help Site

Noodle Help Site

Helping you use your Noodle

Menu

Skip to content
  • Home
  • Trial
  • Helpful Tip Blog
  • Server manual

pfx to pem

TimL • 2013/09/03

Windows example of converting a Tomcat SSL certificate to Apache :

keytool -storepass 123 -keystore noodle.pfx -export -alias domain.tld -rfc -file cert.pem

keytool -storepass 123 -keystore noodle.pfx -export -alias root -rfc -file fullchain.pem
openssl pkcs12 -in noodle.pfx -nocerts -nodes > privkey.pem

Official keytool manual

Official openssl manual

Posted in System Administration on 2013/09/03 by TimL.

Post navigation

« IE Components 8 »

Search

Categories

  • Management (9)
  • Site Administration (41)
  • System Administration (66)
    • Installation – Linux (15)
    • Installation – Windows (9)
  • User Usage (48)
    • Bugs (10)

Noodle Intranet Software