Unable to create cert file

Please fill out the fields below so we can help you better. Note: you must provide your domain name to get help. Domain names for issued certificates are all made public in Certificate Transparency logs (e.g. crt.sh | example.com), so withholding your domain name here does not increase secrecy, but only makes it harder for us to provide help.

My domain is: sonar.provoke.co.nz

I ran this command:

sudo certbot certonly --manual \
  --preferred-challenges=dns \
  --agree-tos \
  --manual-public-ip-logging-ok \
  -d "sonar.provoke.co.nz"

It produced this output:
4 files created cert.pem, chain.pem, fullchain.pem, privkey.pem

Issue:
I do not know, how to produce pfx and cert files.

Are you following some sort of guide? You may not need a PFX file (which is an archive of the cert and the private key all in one file, also called a p12 file).

Check your sonarqube documentation on how to configure SSL certificates, sounds like you're nearly there you just need to point to the files in your config.

3 Likes

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.