I acquired a lets encrypt certificate manually (can't port forward HTTP from 
the internet to my packetfence server). I replaced the server.crt, server.key 
and intermediate.crt files. The admin interface is working with a valid cert.

I set up the server.pem file with the following commands:
cat privkey.pem > server.pem
cat cert.pem >> server.pem
cat chain.pem >> server.pem

( also tried fullchain.pem instead of the chain.pem as well)

I replaced the server.pem file in the /usr/local/pf/conf/ssl folder and 
restarted the service, but the certificate reports as invalid when I connect to 
the captive portal.

What is the order that I need of keys and certificates in the .pem file?
_______________________________________________
PacketFence-users mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/packetfence-users

Reply via email to