Has anyone configured a self-signed CA certificate on GOS? I tried to install a certificate created with mkcert, but it won't let me... it asks for the private key and then closes.
What I do is go to Settings, Security and Privacy, Enhanced Security and Privacy, Encryption and Credentials, Install a Certificate, and then select CA Certificate.
I search for the certificate, and it says "A private key is required to install this certificate."
I have used extensions like .pem, .der, .cer, and .crt, but nothing works...
I also created a .p12 file that combines the certificate and the private key, and when I executed it with the certificate installer, it installed it, but not as a CA certificate; instead, it was installed as user credentials for VPNs and apps.
These certificates are intended to add HTTPS to the Proxmox services with SSL certificates, and they work perfectly on Linux.