HTTPS

Juliano Silva

Well-Known Member
Oct 15, 2017
186
3
58
41
Mar 2 22:31:43 security pmgproxy[14695]: /etc/pmg/pmg-api.pem: failed to load local private key (key_file or key) at /usr/share/perl5/PVE/APIServer/AnyEvent.pm line 1642.
Mar 2 22:31:48 security pmg-smtp-filter[7938]: starting database maintainance
Mar 2 22:31:48 security pmg-smtp-filter[7938]: end database maintainance (75 ms)
Mar 2 22:31:48 security pmgproxy[14693]: worker exit
Mar 2 22:31:48 security pmgproxy[14694]: worker exit
Mar 2 22:31:48 security pmgproxy[14553]: worker 14693 finished
Mar 2 22:31:48 security pmgproxy[14553]: worker 14694 finished
Mar 2 22:31:48 security pmgproxy[14553]: starting 2 worker(s)
Mar 2 22:31:48 security pmgproxy[14553]: worker 14731 started
Mar 2 22:31:48 security pmgproxy[14553]: worker 14732 started
Mar 2 22:31:48 security pmgproxy[14695]: worker exit
Mar 2 22:31:48 security pmgproxy[14731]: /etc/pmg/pmg-api.pem: failed to load local private key (key_file or key) at /usr/share/perl5/PVE/APIServer/AnyEvent.pm line 1642.
Mar 2 22:31:48 security pmgproxy[14732]: /etc/pmg/pmg-api.pem: failed to load local private key (key_file or key) at /usr/share/perl5/PVE/APIServer/AnyEvent.pm line 1642.
Mar 2 22:31:48 security pmgproxy[14553]: worker 14695 finished
Mar 2 22:31:48 security pmgproxy[14553]: starting 1 worker(s)
Mar 2 22:31:48 security pmgproxy[14553]: worker 14733 started
Mar 2 22:31:48 security pmgproxy[14733]: /etc/pmg/pmg-api.pem: failed to load local private key (key_file or key) at /usr/share/perl5/PVE/APIServer/AnyEvent.pm line 1642.
^C
root@security:/etc/pmg#
 
Post the output of the following commands:
# grep -i KEY /etc/pmg/pmg-api.pem
# ls -la /etc/pmg/*.pem
# openssl x509 -in /etc/pmg/pmg-api.pem -noout -text | grep -i Issuer


To force/replace the certificate to a self signed one you can use the following command:
# pmgconfig apicert --force 1
 
Post the output of the following commands:
# grep -i KEY /etc/pmg/pmg-api.pem
# ls -la /etc/pmg/*.pem
# openssl x509 -in /etc/pmg/pmg-api.pem -noout -text | grep -i Issuer


To force/replace the certificate to a self signed one you can use the following command:
# pmgconfig apicert --force 1
Thank you, problem solved