Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Provision Let's Encrypt certificate(s) for LV website #288

Open
kaixiong opened this issue Feb 18, 2023 · 0 comments
Open

Provision Let's Encrypt certificate(s) for LV website #288

kaixiong opened this issue Feb 18, 2023 · 0 comments

Comments

@kaixiong
Copy link
Member

https://libvisual.org currently serves up GitHub's wildcard certificate (*.github.com) and will throw up invalid certificate errors in browser. GitHub can automatically provision Let's Encrypt certificates for custom domains like ours.

To do that, we first need DNS CAA records to be set. The records are a way to signal that Let's Encrypt is authorised to issue certificates for it.

The CAA record should look like one of the following:

Fully qualified:

libvisual.org.       CAA    0   issue "letsencrypt.org"

Partially qualified (relative to libvisual.org.):

@     CAA   0   issue "letsencrypt.org"

Either one is okay, depending on the DNS registrar's provided interface or zone configuration.

@dsmit, are you the owner of the libvisual.org domain? If you are, could you help us set this? Thanks in advance!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant