Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
Next revision
Previous revision
help:technical:sslcerts [2015/11/24 21:48]
rubin
help:technical:sslcerts [2016/01/26 11:43] (current)
rubin
Line 11: Line 11:
 Then you decrypt the key: Then you decrypt the key:
   openssl rsa -in ssl.key -out ssl.key   openssl rsa -in ssl.key -out ssl.key
-   
-Then they must be combined into a .pem file: 
  
-<del>cat server.key server.crt startcom-ca-bundle.pem startcom-ca.pem > ircd.pem</del> +Startcom sends you a zip with other zips in itWe want ApacheServer.zip, extract the 2 files from it and then do this: 
-   +  cat server.key 2_server.crt 1_root_bundle.crt > ircd.pem
-  cat server.key server.crt startcom-sub.class2.server.ca.pem > ircd.pem+