@@ -106,7 +106,6 @@ discard block |
||
| 106 | 106 | * ["my.server.name"] => "my.server.name" |
| 107 | 107 | * ["foo.bar.de", "baz.bar.ge"] => "e" |
| 108 | 108 | * ["server1.example.com", "server2.example.com", "serverN.example.com"] => ".example.com" |
| 109 | - |
|
| 110 | 109 | * @return string |
| 111 | 110 | */ |
| 112 | 111 | public function longestNameSuffix() { |
@@ -340,7 +339,6 @@ discard block |
||
| 340 | 339 | * |
| 341 | 340 | * @param string $format only "der" and "pem" are currently allowed |
| 342 | 341 | * @return array an array of arrays or empty array on error |
| 343 | - |
|
| 344 | 342 | */ |
| 345 | 343 | final protected function saveCertificateFiles($format) { |
| 346 | 344 | switch ($format) { |