Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

SOAJS console support the ability to add the https certificate manually as a secret. Here is how:

You need to do the following:

  1. Generate a certificates
  2. Download the generated certificate and create a full chain certificate files
    1. private_key

    2. fullchain_crt


Generate the SSL Certificates


  1. Go to https://www.sslforfree.com/ and login with your account.
  2. Click on Certificates from the top main menu
  3. Create or Renew the certificate you want based on the domain it is associated with ( both options redirect to the same location )
  4. Enter the multiple domains you want the certificate to be associated with ( domain are separated by space )
    1. example: dashboard.soajs.org dashboard-api.soajs.org
  5. Select Manual Verification (DNS) option
  6. Click on manually verify domain
    1. The wizard will ask you to enter TXT records in your DNS
    2. The wizard will also provide you with links to verify that these entries have been done
  7. Once the verification is complete, click on Download SSL Certificate
Image RemovedImage Added