My company is running Autosys r11.1 SP1, as our enterprise job scheduler, and I find the product to serve its purpose fine. It has a reputation in house at our company as being "complex" and "not easy to use"; I maintain that as a cross-platform…
We encounter below problems, Could someone help?
on some PC, when user access website signed by my company CA, IE will show untrusted certificate page.
But the certificate already imported in the IE Trust Root
To uncheck "Check server certificate…
I'm trying to use OpenSSL to create a private key which matches (the public key of?) a certain CA (PEM file), but I don't know what command to use to achieve this.
If I just create a random private key and try to use it with the CA I get a "No…
I got a task on my Security classes. I have to generate two RSA keys (A and B), treat B as CA and then:
For key A:
Generate a certificate request.
Receive certificate from CA.
Use this key and the coresponding certificate in my local HTTPS server…
I have a task to sign a SSLserver certificate request with my CA server.
I have created the certificate request via the SSLservers private key. I have then proceeded to sign this request with the existing CA servers certificate. However, when…
I find out the following scheme to protect the parts of the enterprise software by using custom Root CA. Is it a right way to do such thing? Has such way got some problems?
The sheme:
I have my custom Root CA. There is a set of the simple…
I hosted an ASP.NET Web API project in my Windows 7(IIS7) developer machine on HTTPS(443) and SSL Required ticked with Require Option true.
For testing I give its host header value : www.certtest.com, and the same I add in host file of local…
How could I set the keyUsage of new a certificate signed by my CA that will have the same policies?
I tried to generate a certificate by running the command below:
openssl ca \
-policy policy_anything \
-cert ca.cer \
-in cerreq.csr \
…
I have a problem with connecting to the CA-server. My idea is to revoke certificates through a remote connection. Actually I am admin on my local machine and also on the CA-server. The idea is pretty similar to the following link : Example
Now my…
In server side, I have self-signed CA (certificate and private key). I use them to issue my device certificate, and I want to make sure that if the remote cert is not signed by CA, there will be exception.
I'm referring to links below, but it seems…
I am looking to build a custom document signing solution in my Django application using PyHanko. I want to use the certificates from a CA for this purposes. However majority of CAs that I reviewed either offer the complete document signing service…
How does my java application get a public key, for example the google or facebook domains WITHOUT THE NEED to add their .cer files in cacerts keystore?
I suspect that the reason is that such domains use well-known Certification authority, CA, that…
I had Firefox 52.7.0 on my Linux host which is running fine.
Also, I have my own CA certificate which I add using certutil command:
$ certutil -d ~/.mozilla/firefox/profiledir -A -n myca -i ./myca.pem -t CT,,
I can see myca it's being added by…
I am working on ADFS external authentication project. I am using a self signed certificate, which is imported in Trusted people store. I need to verify whether importing a CA certificate to Trusted people store work or not.
When I tried using the CA…
I am trying to use curl and git on my machine with Ubuntu. I was going through a tutorial to set up vim and was encountering an issue with certificates. I ran
sudo curl -fLo ~/.vim/autoload/plug.vim --create-dirs…