|
|
@ -1,11 +1,12 @@
|
|
|
|
#!/usr/bin/env sh
|
|
|
|
#!/usr/bin/env sh
|
|
|
|
# Alviy domain api
|
|
|
|
# shellcheck disable=SC2034
|
|
|
|
#
|
|
|
|
dns_alviy_info='Alviy.com
|
|
|
|
# Get API key and secret from https://cloud.alviy.com/token
|
|
|
|
Site: Alviy.com
|
|
|
|
#
|
|
|
|
Docs: github.com/acmesh-official/acme.sh/wiki/dnsapi2#dns_alviy
|
|
|
|
# Alviy_token="some-secret-key"
|
|
|
|
Options:
|
|
|
|
#
|
|
|
|
Alviy_token API token. Get it from the https://cloud.alviy.com/token
|
|
|
|
# Ex.: acme.sh --issue --staging --dns dns_alviy -d "*.s.example.com" -d "s.example.com"
|
|
|
|
Issues: github.com/acmesh-official/acme.sh/issues/5115
|
|
|
|
|
|
|
|
'
|
|
|
|
|
|
|
|
|
|
|
|
Alviy_Api="https://cloud.alviy.com/api/v1"
|
|
|
|
Alviy_Api="https://cloud.alviy.com/api/v1"
|
|
|
|
|
|
|
|
|
|
|
|