Difference between revisions of "CAcert"
Jump to navigation
Jump to search
m |
m (→Misc infos) |
||
Line 8: | Line 8: | ||
* [http://www.cacert.org/index.php?id=19 What can CAcert provide to you, to increase your privacy and security for free?] |
* [http://www.cacert.org/index.php?id=19 What can CAcert provide to you, to increase your privacy and security for free?] |
||
* The [https://cats.cacert.org/education_2010.crt Education Client Certificate] I should use to encrypt my request for an official "paper" certificate (to have passed the test, not a digital certificate!)<br>I copied the link here as I could not right-click on their page to save it... |
* The [https://cats.cacert.org/education_2010.crt Education Client Certificate] I should use to encrypt my request for an official "paper" certificate (to have passed the test, not a digital certificate!)<br>I copied the link here as I could not right-click on their page to save it... |
||
− | * I |
+ | * I'm trying to get the client certificate out of Firefox/Iceweasel as it repeatedly told me "Failed to create the PKCS #12 backup file for unknown reasons"<br>I sniffed the import of the certificate from CAcert to my browser then I replayed the transaction with wget so I got the public certificate but I still need the private part to be able to import it to Thunderbird/Icedove :-( |
wget --no-check-certificate |
wget --no-check-certificate |
||
--header 'Referer: https://www.cacert.org/account.php?id=6&cert=123456' |
--header 'Referer: https://www.cacert.org/account.php?id=6&cert=123456' |
Revision as of 00:55, 1 March 2008
Assurer
http://www.pengdows.com/images/cacert-wotseal73.gif
I'm CAcert assurer, able to attribute you up to 10 points
- I've currently 100 points
- I passed the CATS Challenge with 100% (it requires 80%, I did 84% then 84% then 88% then 100% and got bored ;-) )
Misc infos
- What can CAcert provide to you, to increase your privacy and security for free?
- The Education Client Certificate I should use to encrypt my request for an official "paper" certificate (to have passed the test, not a digital certificate!)
I copied the link here as I could not right-click on their page to save it... - I'm trying to get the client certificate out of Firefox/Iceweasel as it repeatedly told me "Failed to create the PKCS #12 backup file for unknown reasons"
I sniffed the import of the certificate from CAcert to my browser then I replayed the transaction with wget so I got the public certificate but I still need the private part to be able to import it to Thunderbird/Icedove :-(
wget --no-check-certificate --header 'Referer: https://www.cacert.org/account.php?id=6&cert=123456' --header 'Cookie: cacert=12345678901234567890123456789012' 'https://www.cacert.org/account.php?id=6&cert=123456&install=1'
Alternatives