@@ -163,7 +163,7 @@ |
||
| 163 | 163 | * @return CertificationAuthorityInterface engine to use |
| 164 | 164 | */ |
| 165 | 165 | public static function getCaEngine($type) { |
| 166 | - switch ($type) { |
|
| 166 | + switch ($type) { |
|
| 167 | 167 | case \devices\Devices::SUPPORT_EMBEDDED_RSA: |
| 168 | 168 | $privateKey = openssl_pkey_new(['private_key_bits' => 2048, 'private_key_type' => OPENSSL_KEYTYPE_RSA, 'encrypt_key' => FALSE]); |
| 169 | 169 | $caEngine = new CertificationAuthorityEmbeddedRSA(); |
@@ -43,7 +43,7 @@ |
||
| 43 | 43 | $caEngine->triggerNewOCSPStatement($certObject); |
| 44 | 44 | } |
| 45 | 45 | |
| 46 | - /* |
|
| 46 | + /* |
|
| 47 | 47 | * and then writes all recently updated statements to a temporary directory. The |
| 48 | 48 | * calling script ocsp_update.sh should then scp all the files to their |
| 49 | 49 | * destination. |