QSS d.o.o. Sarajevo

×
×

Kako podesiti komercijalni SSL certifikat

Nazad

Generate a CSR code on Virtualmin

To obtain an SSL certificate signed by a trusted Certificate Authority (CA), every applicant must create a Certificate Signing Request (CSR) and submit it to the CA for validation. Please, perform the following:

  1. Log into your Virtualmin dashboard
  2. From the drop-down list on the top left, select the domain you want to secure with an SSL Certificate
  3. Go to Server Configuration > Manage SSL Certificate, then click Signing Request
  4. Fill in the form as shown below:
    • Server Name: specify the FQDN (fully-qualified domain name) you want to secure. For example, yoursite.com, or *.yoursite.com for Wildcard certificates.
    • Email Address: provide a valid email address
    • Department: name the department within your organization requesting the SSL Certificate.
    • Organization: enter the full legal name of your organization.
    • City or Location: enter the city where your business is registered
    • State: enter the state where your business is located.
    • Country: type the two-letter code of your country.
    • RSA key size: select default (2048)
    • Days before expiry: you can leave this field blank
    • Certificate hash type: Select SHA2
  5. Verify the details you’ve just submitted and click Generate CSR Now
  6. Your CSR code and private key will now display in Virtualmin. Use the CSR code when requesting the SSL Certificate at your SSL vendor’s page.

Install an SSL Certificate on Virtualmin

A successful SSL installation on Virtualmin requires your Signed SSL Certificate. If you’ve also received an intermediate certificate or a CA Bundle for better browser compatibility, you can also add them to your server. Please, follow the steps below:

  1. Log into your Virtualmin dashboard
  2. From the drop-down list on the top left, select the domain you want to secure with an SSL Certificate
  3. Navigate to Server Configuration > Manage SSL Certificate, then click New Certificate
  4. Into the Signed SSL Certificate field, paste the contents of your SSL certificate file
  5. If you’ve generated the CSR on Virtualmin, keep the Matching private key
  6. Click Install Now
  7. Optional: select the CA Certificate tab, and add your CA Bundle or Intermediate Certificate if your CA provided them to you.

You should now be able to access your site securely by using https://example.com, where example.com is the domain name you used while generating your SSL Certificate.