Add multiple domains example
This commit is contained in:
parent
c5da279249
commit
f73342e8ae
1 changed files with 7 additions and 1 deletions
|
@ -49,9 +49,15 @@ CERT_PERMISSIONS="644"
|
||||||
KEY_PERMISSIONS="600"
|
KEY_PERMISSIONS="600"
|
||||||
|
|
||||||
# Certificate Configurations (JSON format)
|
# Certificate Configurations (JSON format)
|
||||||
|
# Add as many or few domains as you need (but remember to add or delete the JSON comma!)
|
||||||
CERTIFICATES='[
|
CERTIFICATES='[
|
||||||
{
|
{
|
||||||
"domain": "example.com",
|
"domain": "example-one.com",
|
||||||
|
"cert_api_key": "your_cert_api_key",
|
||||||
|
"key_api_key": "your_key_api_key"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"domain": "example-two.com",
|
||||||
"cert_api_key": "your_cert_api_key",
|
"cert_api_key": "your_cert_api_key",
|
||||||
"key_api_key": "your_key_api_key"
|
"key_api_key": "your_key_api_key"
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue