How to install certificate ssl in mineos

Hello, could you explain how to install ssl certificate let’s encrypt in mineos

Have you gotten letsencrypt certificates issued?

There are two separate steps: 1) acquiring the certificate and 2) pointing MineOS to use the constructed certificate.

  1. The easiest way I’ve experienced working with letsencrypt is by using the stand-alone webserver to get issued the certificates, e.g., cert.pem, chain.pem, and privkey.pem.

For me, letsencrypt-auto then put those files here (my example): /etc/letsencrypt/live/discourse.codeemo.com

Once the keys have been attained, you can construct the full cert chain with cat, e.g.:

cat cert.pem chain.pem > fullchain.crt
  1. This cert can then be used–in conjunction with privkey.pem–can then be plugged into /etc/mineos.conf and restart the webserver to activate it.

You can read more information at here : How to Install Let's Encrypt Free SSL on Linux VPS server - Easy Promo Code