]> Frank Brehm's Git Trees - pixelpark/hiera.git/commitdiff
spk-blog web-client tests
authorAndreas Gerstenberg <gerstenberg@pixelpark.com>
Tue, 20 Feb 2018 10:56:05 +0000 (11:56 +0100)
committerAndreas Gerstenberg <gerstenberg@pixelpark.com>
Tue, 20 Feb 2018 10:56:05 +0000 (11:56 +0100)
customer/spk-blog/insideforum-spk-de.pixelpark.net.yaml

index 99e90b3bde782748804cadc84a3ecdd95502b247..8faf237ee3f265aed67f420f0f4cb38329464ef6 100644 (file)
@@ -88,10 +88,17 @@ infra::profile::cron::cronjobs:
   fetch_commodo_crl:
     ensure: 'present'
     user: root
-    command: 'wget -q --output-document=/etc/pki/tls/certs/commodo.crl http://crl.comodoca.com/COMODORSACertificationAuthority.crl'
+    command: 'wget -q --output-document=/etc/pki/tls/certs/commodo.der.crl http://crl.comodoca.com/COMODORSACertificationAuthority.crl'
     minute: '0'
     hour: '5'
     description: Die Revocationlist von Commodo runterladen
+  convert_commodo_crl:
+    ensure: 'present'
+    user: root
+    command: 'openssl crl -inform der -in /etc/pki/tls/certs/commodo.der.crl -out /etc/pki/tls/certs/commodo.crl'
+    minute: '1'
+    hour: '5'
+    description: Convert Revocationlist von Commodo von DER ins PEM Format
   merge_crls:
     ensure: 'present'
     user: root