Browse Source

Added example and URL for API key

pull/4238/head
Awalon 2 years ago
parent
commit
2d4aa7ff8b
No known key found for this signature in database GPG Key ID: 73C00BFA11FDC12E
  1. 6
      dnsapi/dns_gd.sh

6
dnsapi/dns_gd.sh

@ -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"

Loading…
Cancel
Save