mirror of
https://github.com/YGGverse/agate.git
synced 2026-04-08 20:45:29 +00:00
Merge pull request #45 from steko/patch-1
change example certificate file names to .der
This commit is contained in:
commit
ee18e2145b
1 changed files with 6 additions and 6 deletions
12
README.md
12
README.md
|
|
@ -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:
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue