implemented LE and ACME and fixed some bugs
This commit is contained in:
@@ -1,5 +1,6 @@
|
||||
{
|
||||
"enabled": false,
|
||||
"acme_ready": false,
|
||||
"settings": {
|
||||
"password": "test",
|
||||
"username": "test"
|
||||
|
||||
7
backend/config/providers/certigo-acmeproxy.json
Normal file
7
backend/config/providers/certigo-acmeproxy.json
Normal file
@@ -0,0 +1,7 @@
|
||||
{
|
||||
"enabled": true,
|
||||
"acme_ready": true,
|
||||
"settings": {
|
||||
"baseURL": "http://openmailserver.de:8080"
|
||||
}
|
||||
}
|
||||
@@ -1,4 +1,5 @@
|
||||
{
|
||||
"enabled": true,
|
||||
"acme_ready": false,
|
||||
"settings": {}
|
||||
}
|
||||
@@ -1,4 +1,5 @@
|
||||
{
|
||||
"enabled": false,
|
||||
"acme_ready": false,
|
||||
"settings": {}
|
||||
}
|
||||
Reference in New Issue
Block a user