[ / ] [ howto ] [ youtube ] [ about ]
--------------------------------------------------

HOWTO
CERTIFICATES
INSTALL PRIVATE KEY AND CERTIFICATE INTO AN HP PRINTER

Published: 20190119

Tested on:
Model: HP Color LaserJet MFP M477fdw
Firmware: 20180201

-

-

[1]:
If your key and certificate are in PEM-format, you can convert them to PFX with this command:

openssl pkcs12 -export -out <hostname>.pfx -inkey <hostname>.key -in <hostname>.crt  

Don't forget to set an export password

[2]:
The HP Printer WebGUI doesn't support PFX-files without password