Changes between Version 10 and Version 11 of configure-mosh-x509
- Timestamp:
- Aug 5, 2014, 11:30:43 PM (11 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
configure-mosh-x509
v10 v11 36 36 * h. from /etc/ssl/temp on the host machine you can run 37 37 {{{ 38 cat PositiveSSLCA2.crt >> $(hostname)_mayfirst_org.crt && mv $(hostname)_mayfirst_org.crt ../$(hostname).mayfirst.org.crt.new38 cat COMODORSAAddTrustCA.crt COMODORSADomainValidationSecureServerCA.crt >> $(hostname)_mayfirst_org.crt && mv $(hostname)_mayfirst_org.crt ../$(hostname).mayfirst.org.crt.new 39 39 }}} 40 40 * This will create the correct certificate for the /etc/ssl directory (including the intermediate certificate). You need both Intermediate and Primary certificates for apache to use ssl correctly.