Create custom CA
openssl req -new -x509 -extensions v3_ca -keyout custom-ca.key -out custom-ca.crt -days 3650 -nodes
        [Read More]
        
    openssl req -new -x509 -extensions v3_ca -keyout custom-ca.key -out custom-ca.crt -days 3650 -nodes
        [Read More]