ssl custom certificate cluster local private key

  1. 7

    Root password doesn’t work and no access to server via ssh

    Hello, since I did this YouTube tutorial about how to set up a local Ca server for certificationing domains in my local home network, i can’t access my server via ssh. The error that is given in the terminal every time I try to access my server via ssh is: ssh root@192.168.178.89...
  2. M

    Custom certificates upload

    Hi, I'm trying to create custom certs form my development ProxMox setup (proxmox version 8.2.2). I create the certs with the following script: #!/bin/bash -f openssl genrsa -des3 -out rootCA.key 4096 openssl req -x509 -new -nodes -key rootCA.key -sha256 -days 1024 -out rootCA.crt openssl...
  3. K

    Certificate issues after failed import

    Hi there, it seems I did a BIG MISTAKE not reading the manual probably before uploading custom certificates in GUI, I'm very sorry about that. I really shot myself into foot doing that... I'm running a 2 node PVE-Cluster and tried to import self-signed certificates from a pfsense-ca in WebGUI...