Skip to main content

All Questions

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
1 vote
2 answers
3k views

How do I get the eduroam network settings right on Linux? With that CA certificate, and without the installer from the eduroam website?

I tried to follow an eduroam guide on a university site. That you can download the public installer from http://www.eduroam.org/, choose the university, and that is all. For Linux, this was a Python ...
questionto42's user avatar
  • 2,423
6 votes
2 answers
13k views

Make Chrome trust the Linux system certificate store or select certificates via policies

I need to trust a self-signed certificate on a lot of managed Linux desktops. I have imported them into the trust store of the OS, curl, wget etc. trust them. However browsers like Firefox and Chrome (...
Mining_Pickaxe's user avatar
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
2 votes
1 answer
662 views

How can I prevent a certificate from being trusted?

There exist two certificates in /etc/ssl/certs that I'd like to permanently remove. However, just deleting the pem files doesn't do it - those are regenerated when ca-certificates is updated. How ...
Knetic's user avatar
  • 284