Complete the SSL Certificate Renewal process before deploying certificates to servers.
Stations Server
The Stations server requires manual certificate copy via SCP and nginx reload.Server Information
Domain: https://stations.arabiaweather.com/ Server Console: https://console.hetzner.com/projects/45831/servers/573033/overview Server IP: 195.201.22.130 SSH Key:~/.ssh/ydabain.pem
Deployment Process
1
Locate Certificate Files
Ensure you have the certificate files from the renewal process. The certificates should be in:Files needed:
fullchain.crtprivkey.pem
2
Copy Certificate Files
Copy the certificate files to the Stations server:
The certificate files are copied to:
fullchain.crt→/home/aw/repos/weatherStations/nginx/nginx/certs/chain.crtprivkey.pem→/home/aw/repos/weatherStations/nginx/nginx/certs/private.pem
3
Reload Nginx
SSH to the Stations server:Switch to the Reload nginx to apply the new certificates:
aw user:4
Verify
Test the domain to ensure the certificate is active:Check that the certificate is valid and matches the expected expiration date.
Forum Server
The Forum server requires manual certificate copy via SCP and nginx reload.Server Information
Domain: forum.arabiaweather.com Server: root@forum.arabiaweather.comDeployment Process
1
Locate Certificate Files
Ensure you have the certificate files from the renewal process. Files needed:
fullchain.crt(orfullchain.pem)privkey.pem
2
Copy Certificate Files
Copy the certificate files to the Forum server:
The certificate files are copied to:
privkey.pem→/etc/nginx/cert/privkey.pemfullchain.crt→/etc/nginx/cert/fullchain.pem
3
Reload Nginx
SSH to the Forum server:Reload nginx to apply the new certificates:
4
Verify
Test the domain to ensure the certificate is active:Check that the certificate is valid and matches the expected expiration date.
Verification Checklist
After deploying certificates to both servers:Stations Server
- Certificate files copied to server
- Nginx reloaded successfully
- stations.arabiaweather.com accessible with new certificate
- Certificate expiration date verified
Forum Server
- Certificate files copied to server
- Nginx reloaded successfully
- forum.arabiaweather.com accessible with new certificate
- Certificate expiration date verified

