Signing Non FQDN With Self-Signed Certificate
What is a Self-Signed Certificate? A Self-Signed certificate is a certificate generated and signed by a non trusted CA; that is it is generated and signed by user or an organization. It is mainly used for local development or internal networks. Installing openssl For Ubuntu 24.04 installing openssl is done with issuing the following command: sudo apt update sudo apt install openssl Generating a Private Key A Private Key is file that secure/sign your certificate. We can create a highly efficient and modern Ed25519, issue the command: ...