Re: [Burp-users] ssl_cert_ca.pem: No such file
Brought to you by:
grke
|
From: Ziirish <zi...@zi...> - 2015-10-07 13:07:53
|
They should be generated when burp starts so you can try to just restart the server. Or you can run the following command that will force the generation of the key/cert files: burp -c /etc/burp/burp-server.cong -g * On Wednesday, 07 October 2015 14:55, Andrew Niemantsverdriet <an...@ro...> wrote: > That file is indeed missing on the server side. How can I generate a new > one? > On Oct 7, 2015 3:20 AM, "Graham Keeling" <gr...@gr...> wrote: > > > On Tue, Oct 06, 2015 at 04:06:46PM -0600, Andrew Niemantsverdriet wrote: > > > I have to be missing something simple. I am trying to get a client to > > > backup and after installing burp (via the EPEL repo) I run: burp -a b > > > > > > and get this returned: > > > 2015-10-06 16:03:26: burp[8853] before client > > > 2015-10-06 16:03:26: burp[8853] begin client > > > 2015-10-06 16:03:26: burp[8853] auth ok > > > 2015-10-06 16:03:26: burp[8853] Server version: 1.4.40 > > > 2015-10-06 16:03:26: burp[8853] Server will sign a certificate request > > > 2015-10-06 16:03:26: burp[8853] Generating SSL key and certificate > > signing > > > request > > > 2015-10-06 16:03:26: burp[8853] Running '/usr/sbin/burp_ca --key > > --keypath > > > /etc/burp/ssl_cert-client.key --request --requestpath > > > /etc/burp/CA-client/web.csr --name web' > > > generating key web: /etc/burp/ssl_cert-client.key > > > Generating RSA private key, 2048 bit long modulus > > > ....+++ > > > ....................+++ > > > e is 65537 (0x10001) > > > generating request web > > > 2015-10-06 16:03:27: burp[8853] /usr/sbin/burp_ca returned: 0 > > > 2015-10-06 16:03:27: burp[8853] Sent /etc/burp/CA-client/web.csr > > > 2015-10-06 16:03:27: burp[8853] Received: > > /etc/burp/ssl_cert-client.pem.8853 > > > 2015-10-06 16:03:27: burp[8853] WARNING: Could not open > > > /etc/burp/ssl_cert_ca.pem: No such file or directory > > > > > > 2015-10-06 16:03:27: burp[8853] Error with certificate signing request > > > 2015-10-06 16:03:27: burp[8853] after client > > > > > > What am I missing? > > > > The client is supposed to receive two files: > > /etc/burp/ssl_cert-client.pem > > and > > /etc/burp/ssl_cert_ca.pem > > It will add a .<pid> suffix to them as it receives them, and then move them > > into place. > > > > For some reason, your client only received the first of the two files. > > Maybe the server log will tell you more information about why that was. |