_______ ____ ____ __ __ ____ __ ______ ______ /_ __// __// __// /_/ // _ / / / / __ // ____/ / / / __// /_ / __ // _ < / /_ / /_/ // /_ / /_/ /___//___//_/ /_//____//___//_____//_____/ techblog.koponen.se
techblog.koponen.se
[ / ] [ 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