Top "Pem" questions

PEM, (from Privacy Enhanced Mail standard) is a base64 container format for encoding keys and certificates.

how to .net core RSA pem to xml?

recently i got project need run it on .net core 1.1. i realize that RSACryptoServiceProvider is not exsit on .net core …

encryption rsa .net-core pem
Convert certificate string to byte array

I got a string represents PEM certificate: -----BEGIN CERTIFICATE----- MIICUTCCAfugAwIBAgIBADANBgkqhkiG9w0BAQQFADBXMQswCQYDVQQGEwJDTjEL MAkGA1UECBMCUE4xCzAJBgNVBAcTAkNOMQswCQYDVQQKEwJPTjELMAkGA1UECxMC VU4xFDASBgNVBAMTC0hlcm9uZyBZYW5…

java pem java-security der
Keep getting Could not read CA certificate when trying to start docker

I am attempting to migrate from boot2docker to docker-machine. I followed the directions here to install docker but I …

macos docker boot2docker pem
How do I convert a combined PEM into a pkcs12 P12 file?

I have an Apple Push Notification Service PEM file which I have working in a PHP script. I can send …

apple-push-notifications pem pkcs#12 apns-sharp
How to build a SSLSocketFactory from PEM certificate and key without converting to keystore?

I'm given a self-signed client certificate kit that is to be used to access a server via HTTPS. The kit …

java ssl keystore pem sslsocketfactory
NodeJS Generate Valid PEM keys for Signing and Verifying messages

Context From the NodeJS documentation on TLS/SSL for Node v10.9.0 (2018-AUG) https://nodejs.org/api/tls.html#tls_tls_…

node.js ssl pem
PHP stream_context_set_option SSL certificate as string

I've got a weird issue. Basically, I need to do this: $handle = stream_context_create(); stream_context_set_option($handle , …

php ssl curl pem
Apache HttpClient and PEM certificate files

I'd like to programmatically access a site that requires Client certificates, which I have in PEM files. In this application …

java pem apache-httpclient-4.x
Convert .pem key file to .ppk in Windows automatically/script/command line

I'm using Vagrant to create VMs on a Windows host, to which I would like to connect with PuTTY. Vagrant …

ssh putty private-key pem key-pair
Encrypt message with RSA private key (as in OpenSSL's RSA_private_encrypt)

I'm trying to implement Chef API client in Go, but stuck trying to create correct request header RSA signature. According …

go rsa pem