I use gandi and they’re fine I guess. Do note that on Gemini we use self signed certificated which are trusted on first use (as opposed to how the web uses “certificate authorities”). Its also suggested you set a very long expiration date for your cert, like 100 years. Heres some info about it: https://gemini.circumlunar.space/docs/tls-tutorial.gmi
You can manually create the certs with sudo openssl req -x509 -nodes -days 36500-newkey rsa:2048-keyout /etc/ssl/gemini/private/example.com.key -out /etc/ssl/gemini/certs/example.com.crt or depending on the webserver you pick some of them will automatically generate certs for you on first run. Anyway always cool to see more people getting into gemini! Many of us publish our stuff on gemini://warmedal.se/~antenna/ these days
I use gandi and they’re fine I guess. Do note that on Gemini we use self signed certificated which are trusted on first use (as opposed to how the web uses “certificate authorities”). Its also suggested you set a very long expiration date for your cert, like 100 years. Heres some info about it: https://gemini.circumlunar.space/docs/tls-tutorial.gmi
You can manually create the certs with
sudo openssl req -x509 -nodes -days 36500 -newkey rsa:2048 -keyout /etc/ssl/gemini/private/example.com.key -out /etc/ssl/gemini/certs/example.com.crt
or depending on the webserver you pick some of them will automatically generate certs for you on first run. Anyway always cool to see more people getting into gemini! Many of us publish our stuff on gemini://warmedal.se/~antenna/ these days