Skip to content
Snippets Groups Projects
Commit 840c7ac4 authored by Frank Wall's avatar Frank Wall
Browse files

security/acme-client: configure DNS API hook location for acme.sh

parent f73e13c9
Branches
Tags
No related merge requests found
......@@ -689,6 +689,9 @@ function run_acme_validation($certObj, $valObj, $acctObj)
}
}
// Teach acme.sh about DNS API hook location
$proc_env['_SCRIPT_HOME'] = '/usr/local/share/examples/acme.sh';
// Run acme client
// NOTE: We "export" certificates to our own directory, so we don't have to deal
// with domain names in filesystem, but instead can use the ID of our certObj.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment