Hello All,
While I have apparently done this a couple of times before, this time not so lucky.
The SSL certificate expired (Setigo) so I simply upload the new cert, the new cert bundle, and upload it to the server, once that happens under no circumstance does the GUI work.
I try again with the same result, manually starting mgw service and nothing.
Thjen I restore the files in /etc/pmg/ and restart and its working just not liking the outdated version.
The upload function under certificates I thought would do the trick upload API, am I missing something?
The instructions aren't so clear if someone has a step by step that would be appreciated.
If I leave the ssl off of the api and put it only on smtp, I get to install the cert, but it comes back with errors as well.
I also tried this method that I'm not sure why I have in notes, with no success.
I also attempted the manual way with the following steps:
openssl req -new -newkey rsa:2048 -nodes -keyout mgw_MyServer_net.pem -out mgw_MyServer_net.csr -subj /CN=mgw.MyServer_net; cat mgw_MyServer_net.csr
Take that CSR, get key
Upload Key and CA Bundle, it takes it correctly but TLS not working, GUI not working.
While I have apparently done this a couple of times before, this time not so lucky.
The SSL certificate expired (Setigo) so I simply upload the new cert, the new cert bundle, and upload it to the server, once that happens under no circumstance does the GUI work.
I try again with the same result, manually starting mgw service and nothing.
Thjen I restore the files in /etc/pmg/ and restart and its working just not liking the outdated version.
The upload function under certificates I thought would do the trick upload API, am I missing something?
The instructions aren't so clear if someone has a step by step that would be appreciated.
If I leave the ssl off of the api and put it only on smtp, I get to install the cert, but it comes back with errors as well.
I also tried this method that I'm not sure why I have in notes, with no success.
cat key.pem nginx_bundle_9cc84a4582c5.crt > /etc/pmg/pmg-api.pem
I also attempted the manual way with the following steps:
openssl req -new -newkey rsa:2048 -nodes -keyout mgw_MyServer_net.pem -out mgw_MyServer_net.csr -subj /CN=mgw.MyServer_net; cat mgw_MyServer_net.csr
Take that CSR, get key
Upload Key and CA Bundle, it takes it correctly but TLS not working, GUI not working.
Last edited: