Changes between Version 2 and Version 3 of SystemAdministration/Security/TLS


Ignore:
Timestamp:
11/30/15 17:40:08 (9 years ago)
Author:
Sander Maijers
Comment:

FIX: stray newline

Legend:

Unmodified
Added
Removed
Modified
  • SystemAdministration/Security/TLS

    v2 v3  
    66printf '\n' > 'newline' &&
    77## Concatenate certificates in this order for Nginx
    8 cat 'clarin.eu/cert/GeoTrustGlobalCA.cer' 'newline' 'clarin.eu/cert/Rapid
    9 SSLSHA256CA-G3.cer' 'newline' 'clarin.eu/cert/wildcard-clarin-eu.cer' 'newline' > 'bundle.cer'
     8cat 'clarin.eu/cert/GeoTrustGlobalCA.cer' 'newline' 'clarin.eu/cert/RapidSSLSHA256CA-G3.cer' 'newline' 'clarin.eu/cert/wildcard-clarin-eu.cer' 'newline' > 'bundle.cer'
    109dos2unix 'bundle.cer'
    1110}}}