Hello all,<\/p>\n
I have set up Spiceworks on Ubuntu 18.04.5 and I have a public Certificate from DigiCert’s, that I don’t know how to set up.<\/p>\n
I surfed the internet looking for a guideline on how to apply public certificate on a Linux server, I could not find any. All available information is related to Windows and VMware.<\/p>\n
If there is any instructions or guideline about this, would be great if you could share it with me. The certificate extensions are as follows.<\/p>\n
Mycompany.key DigiCertCA.crt myCompany.crt<\/p>\n
Thanks in advance.<\/p>","upvoteCount":4,"answerCount":11,"datePublished":"2021-08-23T10:37:26.000Z","author":{"@type":"Person","name":"spiceuser-ynhsh","url":"https://community.spiceworks.com/u/spiceuser-ynhsh"},"suggestedAnswer":[{"@type":"Answer","text":"
Hello all,<\/p>\n
I have set up Spiceworks on Ubuntu 18.04.5 and I have a public Certificate from DigiCert’s, that I don’t know how to set up.<\/p>\n
I surfed the internet looking for a guideline on how to apply public certificate on a Linux server, I could not find any. All available information is related to Windows and VMware.<\/p>\n
If there is any instructions or guideline about this, would be great if you could share it with me. The certificate extensions are as follows.<\/p>\n
Mycompany.key DigiCertCA.crt myCompany.crt<\/p>\n
Thanks in advance.<\/p>","upvoteCount":4,"datePublished":"2021-08-23T10:37:26.000Z","url":"https://community.spiceworks.com/t/setup-your-ssl-certificate-on-linux-ubuntu/809139/1","author":{"@type":"Person","name":"spiceuser-ynhsh","url":"https://community.spiceworks.com/u/spiceuser-ynhsh"}},{"@type":"Answer","text":"
You need to provide a bit more info. The certificate I assume is for a single domain and not wildcard, right (not much of a difference, but just to confirm). The assumption is based on the cert file names - Mycompany.key DigiCertCA.crt myCompany.crt. Otherwise they are named differently.
\nI’ve never installed SW on Linux (actually it was like more than 10 years since my last SW installation), but I assume that the install script is downloading some of the two web servers - Apache or NGINX. If not, then you have to find in the SW documentation, how and where to configure the path to the cert files (all 3 of them).<\/p>\n
Cheers,
\n-Tiho<\/p>","upvoteCount":0,"datePublished":"2021-08-23T11:55:35.000Z","url":"https://community.spiceworks.com/t/setup-your-ssl-certificate-on-linux-ubuntu/809139/2","author":{"@type":"Person","name":"Tihomir-Vlahovski","url":"https://community.spiceworks.com/u/Tihomir-Vlahovski"}},{"@type":"Answer","text":"
I would like to see instructions on how to spit out an appropriate certificate for this using Microsoft PKI. I assume you’d need to generate a CSR on Ubuntu and submit it via Web Enrollment or certutil, and then transfer the cert over to Ubuntu and then register it with the web server there … nginx, right? Anybody already have that documented?<\/p>","upvoteCount":0,"datePublished":"2021-08-23T12:09:23.000Z","url":"https://community.spiceworks.com/t/setup-your-ssl-certificate-on-linux-ubuntu/809139/3","author":{"@type":"Person","name":"chrisasmith","url":"https://community.spiceworks.com/u/chrisasmith"}},{"@type":"Answer","text":"
You can have you CSR, right from your Ubuntu (or other Linux flavor) distro. No need to involve M$ for such a trivial step (or any other step).
\nHere is an example: openssl req -new -newkey rsa:2048 -nodes -keyout mydomain.key -out mydomain.csr<\/p>\n
Edit: I had to read the post twice Cheers,
\nOn M$, you can generate that CSR, right from the IIS console - IIS 10: CSR Creation & SSL Certificate Installation<\/a><\/p>\n
\n-Tiho<\/p>","upvoteCount":0,"datePublished":"2021-08-23T13:07:25.000Z","url":"https://community.spiceworks.com/t/setup-your-ssl-certificate-on-linux-ubuntu/809139/4","author":{"@type":"Person","name":"Tihomir-Vlahovski","url":"https://community.spiceworks.com/u/Tihomir-Vlahovski"}},{"@type":"Answer","text":"