add or create ‘Subject Alternative Name’ field to self-signed certificate using makecert

An even easier way is to use the New-SelfSignedCertificate PowerShell commandlet, which includes a SAN by default. In a single command you can create the certificate and add it to the store. New-SelfSignedCertificate -DnsName localhost -CertStoreLocation cert:\LocalMachine\My Note that you need to run PowerShell as an administrator.

Code signing (Microsoft Authenticode) [closed]

Comodo is a good starting point to find the cheapest code signing certificate, but one receive the best price from a reseller. I just now verified the prices from https://author.tucows.com/. They are: Comodo Code Signing Certificate – 1 year: US$75 Comodo Code Signing Certificate – 2 year: US$140 Comodo Code Signing Certificate – 3 year: … Read more

How to bypass certificate errors using Microsoft-EDGE

Just type the letters: thisisunsafe. Just click anywhere on the tab to give it focus (no button), and type the letters. (The letters will not be visible or show up in a field or anything.) After completing the words, the website loads, but will show as ‘insecure’ in the left of the address bar. Edge … Read more

OpenSSL Certificate (Version 3) with Subject Alternative Name

Here is the simple steps for you While generating the CSR you should use -config and -extensions and while generating certificate you should use -extfile and -extensions Here is the example: openssl req -new -nodes -keyout test.key -out test.csr -days 3650 -subj “/C=US/ST=SCA/L=SCA/O=Oracle/OU=Java/CN=test cert” -config /etc/pki/tls/openssl.cnf -extensions v3_req openssl x509 -req -days 3650 -in test.csr … Read more

Hata!: SQLSTATE[HY000] [1045] Access denied for user 'divattrend_liink'@'localhost' (using password: YES)