Update old references to cert.pem

This commit is contained in:
Matt Brubeck 2023-12-18 10:31:06 -08:00
parent a19007556c
commit a6c2fdf7e7
3 changed files with 10 additions and 10 deletions

View file

@ -170,13 +170,13 @@ Certificates are by default stored in the `.certificates` directory. This is a h
```
.certificates
|-- cert.pem (1)
|-- cert.der (1)
|-- key.der (1)
|-- example.org
| |-- cert.pem (2)
| |-- cert.der (2)
| `-- key.der (2)
`-- portal.example.org
|-- cert.pem (3)
|-- cert.der (3)
`-- key.der (3)
```