Hello,
We have a HP Laser printer and has the capacity to upload a certificate.
The HP printer firstly produces a certificate signing request in a file with extension of .cer
How do I use certbot to get make the .cer a signed certificate?
Thanks
Hello,
We have a HP Laser printer and has the capacity to upload a certificate.
The HP printer firstly produces a certificate signing request in a file with extension of .cer
How do I use certbot to get make the .cer a signed certificate?
Thanks
Hi @StuRams
read the documentation:
https://certbot.eff.org/docs/using.html#certbot-command-line-options
--csr CSR Path to a Certificate Signing Request (CSR) in DER or
PEM format. Currently --csr only works with the
'certonly' subcommand. (default: None)
While the printer makes csr, it’s not likely to know right public domain that you can valid, so you will need to give printer key and cert directly, ignoring csr it created
This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.