Step 1: SSH Into your Laravel Forge Server
First thing first you need to access your Laravel Forge Server.
ssh forge@your-ip-address
Step 2: Retrieve it from the NGINX SSL Directory
And once you are logged in you will need to enter into your Nginx configuration. Usually it's located in the following directory
/etc/nginx/ssl/[your-domain-name]/[your-server-id]
server.crt server.key
cat server.crt cat server.key
Leave a reply