git init && first commit
This commit is contained in:
24
README.md
Normal file
24
README.md
Normal file
@@ -0,0 +1,24 @@
|
||||
# acme-export
|
||||
|
||||
## target file: /path/acme.json
|
||||
|
||||
## destination files:
|
||||
|
||||
certs/
|
||||
example.com/
|
||||
cert.pem
|
||||
chain.pem
|
||||
fullchain.pem
|
||||
privkey.pem
|
||||
sub.example.nl/
|
||||
cert.pem
|
||||
chain.pem
|
||||
fullchain.pem
|
||||
privkey.pem
|
||||
certs_flat/
|
||||
example.com.crt
|
||||
example.com.key
|
||||
example.com.chain.pem
|
||||
sub.example.nl.crt
|
||||
sub.example.nl.key
|
||||
sub.example.nl.chain.pem
|
||||
Reference in New Issue
Block a user