Answer the question
In order to leave comments, you need to log in
How to use the certificate generated in windows in linux?
Good afternoon. I'm trying to establish a connection to a single SOAP service using PHP on Ubuntu 14.10. What was done:
A fragment of the documentation:
Creating and configuring certificates
To create a certificate yourself, do the following:
1. Run the following command to create a certificate:
makecert.exe -n "CN=name" -ss My -r -m 120 -pe -sky exchange -a sha1
2. С Using the Certificates snap-in, export the generated certificate to a .cer file and send it to the address provided by the technical support service.
3. Using the Certificates snap-in, import the certificate file into Trusted people.
Answer the question
In order to leave comments, you need to log in
And what is the second .cer file turned out to be, isn't it ca.cer, by any chance? CER converts easily to CRT: stackoverflow.com/a/5478901
Let's say that using wget with key authentication requires the following:
* CA certificate to validate the server's certificate (usually ca.crt);
* client.crt - client certificate (public key);
* client.pem (.key) - client private key
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question