Use own certificate on github pages?

how do i Use my own certificate on github pages?

I think this question is better directed at Github support. They probably know the answer better.

2 Likes

you don't.

  • if you use username.github.io you will use a wildcard for *.github.io that GitHub controls.
  • if you use your own domain, GitHub will generate a Let's Encrypt certificate for your domain (you're pointing your dns there, they can pass http-01 and tls-alpn-01). This is not immediate and you need to wait some time (hours, couple of days max).

You can enable http->https redirect in your github pages settings.

2 Likes

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.