About 50 results
Open links in new tab
  1. How to extract public key and private key from .key file?

    Jul 11, 2017 · I have a file server.key generated by openssl genrsa -out server.key 2048, which contains both public and private key. I searched and fount that I can get public key by openssl rsa -in server.key -

  2. OpenSSH using private key on Windows ("Unprotected private key file ...

    Feb 20, 2018 · Permissions for 'private' are too open. It is required that your private key files are NOT accessible by others. This private key will be ignored. Load key "private": bad permissions On Linux, …

  3. Creating new key file to strongly name an assembly does not work in ...

    Dec 27, 2021 · I want to create new key for my assembly to strongly name it. According to documentation: "In the Choose a strong name key file box, choose Browse, and then navigate to the …

  4. encryption - RSA Public Key format - Stack Overflow

    Oct 5, 2012 · You can't just change the delimiters from ---- BEGIN SSH2 PUBLIC KEY ---- to -----BEGIN RSA PUBLIC KEY----- and expect that it will be sufficient to convert from one format to another …

  5. ssl - Get .crt & .key files from .cer file - Stack Overflow

    Sep 5, 2022 · The following command is used to sign a string via openssl: smime -sign -signer cert.crt -inkey key.key -engine gost -binary -noattr Given a .cer file that was said to contain key within self how ...

  6. "Renci.SshNet.Common.SshException: Invalid private key file" when ...

    Mar 27, 2019 · Renci.SshNet.Common.SshException: Invalid private key file. at Renci.SshNet.PrivateKeyFile.Open (Stream privateKey, String passPhrase) Generated the keys …

  7. How to convert SSH keypairs generated using PuTTYgen (Windows) …

    The most common way to make a key on Windows is using Putty/Puttygen. Puttygen provides a neat utility to convert a linux private key to Putty format. However, what isn't addressed is that when you …

  8. git - How do I access my SSH public key? - Stack Overflow

    I've just generated my RSA key pair, and I wanted to add that key to GitHub. I tried cd id_rsa.pub and id_rsa.pub, but no luck. How can I access my SSH public key?

  9. odbc.ini file configuration for when using key value pair (not PWD)

    Mar 16, 2021 · Generate an encrypted version of the private key (remove -nocrypt on the openssl command) and add PRIV_KEY_FILE_PWD to the odbc.ini file.

  10. cURL with SSL certificates fails: error 58 unable to set private key file

    Jul 4, 2016 · Here goes: I used the openssl CLI program to convert the .p12 key-file to a .pem key-file. The trick is the way the conversion takes place. First I converted it with this command and I had the …