|
Yes you can do it but it's a pain. IMO for a "production" web site it's not worth the effort for the relatively low $ it costs to get from from someone like GoDaddy. That said, this is how I do it for a test server. I'll presume you're familiar with openssl. I use the windows binaries that sometimes take slightly different command parms.
Use openssl to generate a public key pair with the genrsa option and store the output in a file (mykeypair).
Create your CSR in DCM. If the CSR is titled "----BEGIN NEW CERTIFICATE REQUEST-----" change it to "-----BEGIN CERTIFICATE REQUEST-----". Similarly for the END marker.
On the https://gethttpsforfree.com/ web page fill in the email address, your public key (mykeypair.pub) and cut and paste the modified CSR.
Now go through the signing requests. I cut and paste the quoted text from the strings into a file (tosign.txt) and then use this:
openssl dgst -sha256 -hex -sign mykeypair.key tosign.txt |clip
I can then paste from the clipboard. Do this x3 and validate.
Once you get the signed cert copy to the IBMi and install. Make sure you have the intermediate cert loaded.
Tim
As an Amazon Associate we earn from qualifying purchases.
This mailing list archive is Copyright 1997-2025 by midrange.com and David Gibbs as a compilation work. Use of the archive is restricted to research of a business or technical nature. Any other uses are prohibited. Full details are available on our policy page. If you have questions about this, please contact [javascript protected email address].
Operating expenses for this site are earned using the Amazon Associate program and Google Adsense.