This is the fourth article about
By default, PMG UI uses https access to open the interface. But it only uses a self-signed certificate. so that, it will appear not secure error on your browser.
To prevent this, you can use the commercial SSL certificate. You need to order from the principal. Our company also sell SSL certificate, so if you need that, please give us touch on sales@excellent.co.id. or you can see in our website https://www.excellent.co.id/ssl/. We don’t only sell a certificate if you bought a certificate on our company you can get deployment support from us, on every
Back to the main point, if you want to get trusted or green bar using your subdomain access on your PMG UI, you need to use SSL. You can get it on SSL principal.
After that, you will get
you just need to combine all of your certificate (key, pem, crt) to one file. like this:
-----BEGIN RSA PRIVATE KEY-----
(Your Private Key (domain.key)
-----END RSA PRIVATE KEY-----
-----BEGIN CERTIFICATE-----
(Your Primary SSL certificate: domain.crt)
-----END CERTIFICATE-----
-----BEGIN CERTIFICATE-----
(Your Intermediate certificate: commercial_ca.crt)
-----END CERTIFICATE-----
-----BEGIN CERTIFICATE-----
(Your Root certificate: root_ca.crt if needed)
-----END CERTIFICATE-----
Place it on /etc/pmg/pmg-api.pem
After that, restart pmgproxy.service:
systemctl restart pmgproxy.service
Finally, now you can access you PMG UI with you subdomain and green bar.
Interested to use Proxmox Mail Gateway Support & Subscriptions License?
Don’t hesitate to contact sales@excellent.co.id. Our sales will give the best price and best services for you!
1 Comment
Indra · August 18, 2020 at 1:14 am
Awesome, thanks 🙏