python (65.1k questions)
javascript (44.2k questions)
reactjs (22.7k questions)
java (20.8k questions)
c# (17.4k questions)
html (16.3k questions)
r (13.7k questions)
android (12.9k questions)
Using self signed certificate
I used this to generate .crt and .key files:
openssl req -x509 -newkey rsa:4096 -sha256 -days 3650 -nodes -keyout example.key -out example.crt -subj "/CN=example.com" -addext "subject...
Rony Tesler
Votes: 0
Answers: 0
Is it necessary to have a separate CA server to be online 24/7 in order to provide signing service for another OpenVPN server?
I had followed a DigitalOcean tutorial and deployed OpenVPN & CA servers (EasyRSA) for my team in order to remotely access some infrastructure; and this has worked very well for us.
However, I am ...
Muri Rokcs
Votes: 0
Answers: 0
Setting a CA Certificate, with specific Enabled Purposes, using PowerShell
How do I programmatically change the Enabled Purposes of a Certificate Authority, in the relevant Windows Certificate Store, using PowerShell?
This is possible to do in the Certificates MMC snap-in
Is...
Vjz
Votes: 0
Answers: 1