Questions tagged [private-key]

170 questions
2
votes
0 answers

Windows service user account can't access the certificate store

Background I have a Windows 7 VM with two user accounts (condor_usr1 and condor_usr2) that is used for source code compiling. The condor_usr[1|2] accounts are members of the administrators group. I have an HTCondor master VM that periodically…
ErikusMaximus
  • 121
  • 1
  • 1
  • 5
2
votes
1 answer

OpenSSL generate certificate with endianess,encoding and charset

I'm having some trouble creating a certificate with the openssl commandline tool. The specs for the private key are: "A digital signature using an RSA 1024 bit key with a SHA-1 hash function (RSA-SHA1-1024)" Creating it as follows openssl…
JazzCat
  • 167
  • 1
  • 9
2
votes
1 answer

Site hosted on EC2 / Amazon held hostage with private key

I have a new client whose previous developer has left her high & dry with her site on Amazon/EC2. He holds the private key to the instance, and though she has full access to the Amazon control panel (she's paying $300/mo for a site that has like 3…
2
votes
1 answer

Migrating HTTPS certificates from IIS to nginx

I'm in the process of migrating from IIS on Windows 2012 to nginx on Ubuntu 16.04. I'm familiar with nginx but not IIS. On nginx, to have HTTPS working you need both the certificate and the private key. These correspond to the nginx config fields…
CadentOrange
  • 141
  • 7
2
votes
3 answers

SCP Unable to copy from server with Private Key

I'm trying to use SCP to copy a file from a remote VPS which uses private keys to a local machine. I'm getting different errors depending on what I try and I am not sure what the correct method should be. Here is what I have tried: scp -i…
Edward144
  • 153
  • 2
  • 2
  • 5
2
votes
1 answer

Offboarding someone with EB ssh access

Recently someone left our organization who had an SSH key for our production Amazon ElasticBeanstalk environment. How is this scenario typically handled? Is a new key-pair created and then distributed among the other people who have access? Is…
Eric W.
  • 123
  • 6
2
votes
1 answer

Using wireshark to determine which RSA PRIVATE KEY SSL conversation?

Situation I have a client VM and server VM communicating using SSL. The client VM runs wireshark capture using CLI Wireshark GUI is running locally on a different machine. Steps As USER on the client VM I initiated a RESTful HTTP session over…
Dave
  • 367
  • 2
  • 5
  • 11
2
votes
2 answers

Importing SSL certificates on Win2k3 / IIS 6.0

As part of a large site migration, I need to copy over numerous (about 50) SSL certificates for different sites. I have tried to export them on the current server and then import them on the new server, with no success. I can get everything to load…
2
votes
1 answer

AWS :: Ubuntu instance consistently denying my private keys

Sorry to ask this question again, as I know its been asked a crap load of times... I have been through a bunch of previous posts but have had no luck. Have tried everything... Steps: Launch Instance Update security-groups to allow ssh connection on…
2
votes
2 answers

Managing server certificates for wildcard

I have a wildcard certificate for *.example.com (signed by GeoTrust) and am going to host lots of application instances on different servers, each on my subdomain. I am not willing to copy my OpenSSL private key to every customer. How do I use my…
kolypto
  • 11,058
  • 12
  • 54
  • 66
2
votes
3 answers

Disabled root login for SSH in Centos 5.9, key login no longer working

I have a Centos 5.9 server which I have previously configured to access via SSH key login and this has been working fine for many months. I recently had to have an issue resolved remotely which required me re-enabling the root login temporarily.…
Rick Curran
  • 133
  • 7
2
votes
1 answer

How can I add private key to windows credentials manager?

I have a linux macheen that uses a public key/private key login. I am trying to add a private key (with password) to windows 7/8 credentials manager. I use pageant right now but i would like for a more permanent solution, maybe without having to…
codiac
  • 689
  • 1
  • 6
  • 8
2
votes
3 answers

Why can't I ssh into my server using my private key?

I just setup my new server as I used to, and this time I can't login using my private key. The server is ubuntu 11.04. And I have setup following ssh key directories. root@myserv: ls -la drwx------ 2 root root 4096 Sep 23 03:40 .ssh And in .ssh…
user61342
  • 149
  • 1
  • 1
  • 4
2
votes
1 answer

Exim DKIM Error: DKIM: signing failed (RC -101) no matter what private key I try

I have this problem with Exim. DKIM fails on signing outgoing mails. This is the /var/log/exim4/mainlog output (Debian Squeeze): 2012-08-02 17:11:33 1Sx1k5-0004Tk-9D <= me@my_domain.com U=me P=local S=399 2012-08-02 17:11:33 1Sx1k5-0004Tk-9D DKIM:…
charlieindia
  • 41
  • 1
  • 3
2
votes
1 answer

Changing RSA passphrase on Windows with TortoiseGit auxiliary programs?

We have designers who are on PCs and are starting to use our git version control repositories. we are using rsa keys to allow them to connect, and TortoiseGit as the interface. Everything is working well, but when we give them their rsa private key…
user26664
  • 287
  • 1
  • 2
  • 7