uNetworking / uSockets

Miniscule cross-platform eventing, networking & crypto for async applications
Apache License 2.0
1.29k stars 267 forks source link

works with letsencrypt ? #218

Open skinkairewalker opened 9 months ago

skinkairewalker commented 9 months ago

hello everyone ! how u doing ? Is there any way to make it work with letsencrypt?

uNetworkingAB commented 9 months ago

Yes you need the fullchain file

skinkairewalker commented 9 months ago

Is there any practical example ?

partyblob commented 1 month ago

When certbot generates the file one of them will usually be called fullchain.pem, this is the one you need as it contains the full chain from your certificate to the main certificate authority. Some browsers instinctly recognise Let's Encrypt and do not need the full chain, but to be sure you should use this file. If you open the file you should see two or more pairs of -----BEGIN CERTIFICATE-----/-----END CERTIFICATE-----, indicating that this does indeed have the full chain