Skip to main content

All Questions

Tagged with
8 questions with no upvoted or accepted answers
2 votes
2 answers
6k views

Fedora 18 - error [Errno 14] Peer cert cannot be verified or peer cert invalid

When i run the command: sudo yum install perl-bioperl I get the error [Errno 14] Peer cert cannot be verified or peer cert invalid. My system details are: Linux localhost.localdomain 3.11.10-100....
priyanka's user avatar
  • 123
1 vote
0 answers
3k views

TLS 1.2 connection with lftp

I'm trying to connect to a server from my RHEL 7 server that only accepts FTPS, TLS 1.2 connections. The only client available seems to be lftp. When I try to connect, it hangs on "TLS negotiation......
Scott's user avatar
  • 11
1 vote
1 answer
2k views

openssl how to generate CSR with S/MIME Capabilities

what req_extensions should I pass to openssl to include "S/MIME Capabilities" into my CSR? Please see example openssl s_client outpout below from installed certificate. I aware of "X509v3 ...
iNio's user avatar
  • 63
0 votes
0 answers
150 views

How to obtain a certificate request from an existing certificate

I've got a server where a .p12 is on it that has been converted to a .pem (files: certserver.p12, certserver.pem, certserver.pass for the password). I now got a request to make a new certificate-...
Thomas's user avatar
  • 445
0 votes
0 answers
639 views

Is it possible to use SSL client certificate authentication with client programs that do not specifically accommodate them?

I have set up a webserver with several self-hosted apps for my personal use. In order to make sure that I am the only person who can connect to my server, I have generated client authentication ...
Stonecraft's user avatar
0 votes
1 answer
2k views

How do I solve the certificate error in debian. CAfile: /etc/ssl/certs/ca-certificates.crt CRLfile: none

So I am trying to install React on my computer which runs ChromeOS but I am running debian side by side. When I try to execute the command curl -sL https://deb.nodesource.com/setup_12.x | sudo -E bash ...
Arnav's user avatar
  • 1
0 votes
0 answers
1k views

How to execute a exe on linux using wine with many arguments (openssl x590AT)

I need to execute this command in a linux server, i command line using wine: sudo wine /var/myfolder/openssl.exe x509AT -days 355 -AA /var/myfolder/cert/certificate.crt -AAkey /var/myfolder/cert/...
VitorMoreira's user avatar
0 votes
2 answers
3k views

How to renew a letsencrypt.org certificate in a cron job?

Since a few days I'm having trouble renewing my letsencrypt.org certificate for my web server. The documentation of letsencrypt tools might be good or bad - that's impossible to say because there's ...
Kalle Richter's user avatar