-
Notifications
You must be signed in to change notification settings - Fork 6
Create domain verification module #4
Comments
Note: we may also be able to use ACME protocol like letsencrypt. |
ACME protocol allows identifier/domain validation via However, the value of ACME is the automation of the validation between (e.g., letsencrypt) client and (e.g., letsencrypt) server. Unlike letsencrypt, we will not have - nor require - a client running on the web server. We can implement similar It may be possible to dove-tail with ACME-based CA servers for domain verification if there's a (public?) Identifier Authorization API endpoint. But that's too much work for the first version. I propose for the MVP we support domain validation via:
|
These two options seem reasonable to me. |
Yes, we should. |
Need details, but probably some things like Google Webmaster Tools verification. I.e.,
The text was updated successfully, but these errors were encountered: