Added example and URL for API key

This commit is contained in:
Awalon 2022-08-13 05:34:05 +02:00
parent 5684b7c329
commit 2d4aa7ff8b
No known key found for this signature in database
GPG Key ID: 73C00BFA11FDC12E
1 changed files with 4 additions and 2 deletions

View File

@ -1,10 +1,12 @@
#!/usr/bin/env sh
#Godaddy domain api
# Get API key and secret from https://developer.godaddy.com/
#
#GD_Key="sdfsdfsdfljlbjkljlkjsdfoiwje"
# GD_Key="sdfsdfsdfljlbjkljlkjsdfoiwje"
# GD_Secret="asdfsdfsfsdfsdfdfsdf"
#
#GD_Secret="asdfsdfsfsdfsdfdfsdf"
# Ex.: acme.sh --issue --staging --dns dns_gd -d "*.s.example.com" -d "s.example.com"
GD_Api="https://api.godaddy.com/v1"