-
Notifications
You must be signed in to change notification settings - Fork 21
Provider OVH
alxwolf edited this page Mar 19, 2023
·
1 revision
Edit lines in ubios-cert.env
as follows:
export DNS_API_PROVIDER="dns_ovh"
export OVH_AK="<your application key>"
export OVH_AS="<your application secret>"
export OVH_CK="<your consumer key>"
Refer to OVH with acme.sh for more details.