summaryrefslogtreecommitdiffstats
path: root/scripts/certs
Commit message (Collapse)AuthorAgeFilesLines
* Firstrun cert scripts: link cert_override.txt info from MDNJan Pokorný2014-03-111-0/+1
| | | | Signed-off-by: Jan Pokorný <jpokorny@redhat.com>
* Firstrun cert scripts: teach them about offlineimap CA bundleJan Pokorný2014-01-292-12/+23
| | | | Signed-off-by: Jan Pokorný <jpokorny@redhat.com>
* Cert scripts: fix some issue with GeoTrust distributed certsJan Pokorný2014-01-081-8/+8
| | | | | | | - CRLF newlines ! - no trailing newline!! Signed-off-by: Jan Pokorný <jpokorny@redhat.com>
* Cert scripts: add preliminary support for npm bundleJan Pokorný2014-01-081-1/+13
| | | | | | IIRC, there is some catch, but... Signed-off-by: Jan Pokorný <jpokorny@redhat.com>
* Cert scripts: move some path defs to a separate fileJan Pokorný2014-01-082-8/+8
| | | | Signed-off-by: Jan Pokorný <jpokorny@redhat.com>
* Cert scripts: add some TODO notes (cert-import)Jan Pokorný2013-10-171-1/+3
| | | | Signed-off-by: Jan Pokorný <jpokorny@redhat.com>
* Cert scripts: add some TODO notesJan Pokorný2013-10-171-0/+16
| | | | Signed-off-by: Jan Pokorný <jpokorny@redhat.com>
* Cert scripts: allow for self-signed chain, drop trust in CA_BUNDLEJan Pokorný2013-10-172-33/+55
| | | | | | | Also in the client script, add support for GitHub to be accessed via https. Signed-off-by: Jan Pokorný <jpokorny@redhat.com>
* Cert management: export GIT_SSL_CAINFO=HOMEBUNDLE from .profileJan Pokorný2013-09-102-1/+4
| | | | | | | As for cert scripts, add cert-def fallback defining HOMEBUNDLE location. Signed-off-by: Jan Pokorný <jpokorny@redhat.com>
* First cert scripts: add note wrt. p7sJan Pokorný2013-06-121-0/+1
| | | | Signed-off-by: Jan Pokorný <jpokorny@redhat.com>
* Fix cert script: guess_cmd was not recognized in spawned bashJan Pokorný2013-05-061-1/+2
| | | | Signed-off-by: Jan Pokorný <jpokorny@redhat.com>
* Fix cert scripts not working properlyJan Pokorný2013-04-182-7/+10
| | | | | | In fact, why "tee" fixed it is a mystery for me Signed-off-by: Jan Pokorný <jpokorny@redhat.com>
* Enhance cert init scripts and actually use themJan Pokorný2013-04-182-35/+57
| | | | Signed-off-by: Jan Pokorný <jpokorny@redhat.com>
* Cert script: nicer backup files on importJan Pokorný2013-04-151-2/+2
| | | | Signed-off-by: Jan Pokorný <jpokorny@redhat.com>
* Cert scripts: backup on import, check passes extra optionsJan Pokorný2013-04-152-2/+6
| | | | Signed-off-by: Jan Pokorný <jpokorny@redhat.com>
* scripts/certs: more secure (umask), a bit more sanitizedJan Pokorný2013-04-112-23/+49
| | | | Signed-off-by: Jan Pokorný <jpokorny@redhat.com>
* Scipts/cert-import: utilize cert-check to do actual importJan Pokorný2013-04-111-0/+69
| | | | | | | | | | Currently supported: - homebundle (home dir analogy to /etc/pki/tls/certs...) - Firefox - mutt (~/.mutt_certificates seems to be default in mutt-kz.git distribution) Signed-off-by: Jan Pokorný <jpokorny@redhat.com>
* Scripts/cert-check: massive updateJan Pokorný2013-04-111-30/+112
| | | | Signed-off-by: Jan Pokorný <jpokorny@redhat.com>
* scripts/cert-check: add -nocrl and colorizingJan Pokorný2013-04-101-3/+17
| | | | Signed-off-by: Jan Pokorný <jpokorny@redhat.com>
* Scripts: add script for in-depth certificate checkJan Pokorný2013-04-101-0/+50
Signed-off-by: Jan Pokorný <jpokorny@redhat.com>