Skip to content

Change of Validation Method

You can only switch from DNS or FILE methods to the EMAIL method. The maximum number of times that you can switch is 10 times within a span of 24 hours.

Update Authmethod Through ModifyCertificate

Section titled “Update Authmethod Through ModifyCertificate”
Command
command = ModifyCertificate
certificate = ...
sub = ...
authmethod = EMAIL
...

Update Authmethod Through ReissueCertificate

Section titled “Update Authmethod Through ReissueCertificate”

You can switch between DNS, File, or EMAIL methods. The maximum number of times that you can switch is 10 times within a span of 24 hours.

Command
command = ReissueCertificate
certificate = ...
sub = ...
authmethod = EMAIL|DNS|FILE
...