conf t
ip ddns update method googledomain
http
add https://username:[email protected]/nic/update?hostname=<h>&myip=<a>
exit
interval maximum 0 0 15 0
##usernameとpasswordのみを書き換える
int dia1
ip ddns update hostname ***.***.com
ip ddns update googledomain
##対象WAN側intを選択
##他:https/ルート証明書をインポートする。
##https://domains.google.com/nic/updateなどからルートCAを入手
crypto ca trustpoint GlobalSignRootCA-R1
enrollment terminal pem
exit
crypto ca authenticate GlobalSignRootCA-R1
-----BEGIN CERTIFICATE-----
*****
-----END CERTIFICATE-----
quit