mirror of
https://github.com/drakkan/sftpgo.git
synced 2025-12-06 14:20:55 +03:00
add support for ACME compliant certificate authorities
Signed-off-by: Nicola Murino <nicola.murino@gmail.com>
This commit is contained in:
16
sftpgo.json
16
sftpgo.json
@@ -54,6 +54,22 @@
|
||||
}
|
||||
]
|
||||
},
|
||||
"acme": {
|
||||
"domains": [],
|
||||
"email": "",
|
||||
"key_type": "4096",
|
||||
"certs_path": "certs",
|
||||
"ca_endpoint": "https://acme-v02.api.letsencrypt.org/directory",
|
||||
"renew_days": 30,
|
||||
"http01_challenge": {
|
||||
"port": 80,
|
||||
"proxy_header": "",
|
||||
"webroot": ""
|
||||
},
|
||||
"tls_alpn01_challenge": {
|
||||
"port": 0
|
||||
}
|
||||
},
|
||||
"sftpd": {
|
||||
"bindings": [
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user