change example certificate file names to .der

This commit is contained in:
Stefano Costa 2021-03-27 19:11:07 +01:00 committed by GitHub
parent 8876c9771f
commit fa1ed5a21b
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -142,14 +142,14 @@ Certificates are by default stored in the `.certificates` directory. This is a h
``` ```
.certificates .certificates
|-- cert.pem (1) |-- cert.der (1)
|-- key.rsa (1) |-- key.der (1)
|-- example.org |-- example.org
| |-- cert.pem (2) | |-- cert.der (2)
| `-- key.rsa (2) | `-- key.der (2)
`-- portal.example.org `-- portal.example.org
|-- cert.pem (3) |-- cert.der (3)
`-- key.rsa (3) `-- key.der (3)
``` ```
This would be understood like this: This would be understood like this: