Self-signed certificates are a type of security certificates that are signed by the same entity that actually uses the certificate.
I setup ssl on localhost (wamp), I made the ssl crt with GnuWIn32. When I try to login with fb …
google-chrome ssl localhost wamp self-signedI have some resources I must access with SSL that use self-signed certificates. In general, most tools have a simple …
ssl groovy ssl-certificate self-signedI am trying to create a self-signed certificate using OpenSSL on Ubuntu 14.04. When I enter the command openssl ca -in …
ubuntu openssl self-signedI try to generate a self-signed certificate for a custom local domain pointing to 127.0.0.1: # /etc/hosts 127.0.0.1 subdomain.domain.local I've …
google-chrome ssl firefox localhost self-signedI have the following code (swift implementation): func connection(connection: NSURLConnection, canAuthenticateAgainstProtectionSpace protectionSpace: NSURLProtectionSpace) -> Bool { return protectionSpace.authenticationMethod == …
ios swift ssl https self-signedI have an electron app that syncs with a server I own at a https://XXX.XX.XX.XXX:port …
ssl https electron self-signedI have successfully installed a self-signed certificate to Windows 7. The procedure was to install it first to the Trusted Root …
windows ssl certificate self-signedI have made my cert and key using the following openssl req -newkey rsa:2048 -new -nodes -x509 -days 3650 -keyout key.…
firefox go self-signedI copied the PEM file into /usr/local/share/ca-certificates/ and ran update-ca-certificates, and I verified that the resulting certificate …
curl nginx ssl-certificate self-signedI have this website which contains an untrusted certificate (self signed). Now I want to download this certificate. But, for …
macos download ssl-certificate self-signed