aboutsummaryrefslogtreecommitdiffstats
path: root/certs
Commit message (Collapse)AuthorAgeFilesLines
* various: Update IETF RFC URLs for tools.ietf.org transitionKim Alvefur2022-08-051-1/+1
| | | | | | See https://www.ietf.org/blog/finalizing-ietf-tools-transition/ Already done in various other places.
* Add makefiles compatible with BSD makeKim Alvefur2018-03-111-0/+18
|
* Rename Makefile -> GNUmakefile to reflect dependency on GNU MakeKim Alvefur2017-10-311-0/+0
|
* Merge 0.10->trunkKim Alvefur2016-11-051-5/+5
|\
| * certs/Makefile: Remove more -c flagsKim Alvefur2016-11-031-4/+4
| |
| * Merge 0.9->0.10Kim Alvefur2016-11-031-1/+1
| |\
| | * certs/Makefile: Remove -c flag to chmod, which appears to be a GNUism ... ↵Kim Alvefur2016-11-031-1/+1
| | | | | | | | | | | | again (thanks waqas)
* | | Merge 0.10->trunkKim Alvefur2016-10-131-3/+1
|\| |
| * | certs/localhost.cnf: Make localhost.crt self-signed (thanks jonas)Kim Alvefur2016-10-131-3/+1
| | |
* | | Update every link to the documentation to use HTTPSEmmanuel Gil Peyrot2016-04-161-1/+1
|/ /
* | certs/Makefile: Add target for generating DH paramsKim Alvefur2016-02-251-0/+4
| |
* | certs/Makefile: Fix generating cert from only a key (no config then)Kim Alvefur2015-12-241-2/+1
| |
* | Merge 0.9->0.10Kim Alvefur2015-12-231-2/+2
|\|
| * certs/Makefile: Run key generation with a stricter umask (fixes a race ↵Kim Alvefur2015-12-231-2/+2
| | | | | | | | condition)
* | certs/Makefile: Add targets for any combination of already existing config, ↵Kim Alvefur2015-12-231-3/+36
|/ | | | key file
* cert/openssl.cnf: Split CSR and self-signed extensions into separate ↵Kim Alvefur2015-11-091-4/+10
| | | | sections (see d2d7ad2563f9)
* Makefile, certs: Generate example certificates on build, remove the old ↵Kim Alvefur2013-11-223-37/+24
| | | | static one
* certs/openssl.cnf: Update XMPP-Core references to reflect RFC publicationKim Alvefur2013-03-151-2/+2
|
* prosodyctl, prosody.cfg.lua.dist, certs/Makefile: Use .crt as suffix for ↵Kim Alvefur2013-01-082-3/+3
| | | | certificates everywhere (thanks jasperixla)
* certs/openssl.cnf: Specify output encoding.Kim Alvefur2011-01-081-2/+2
|
* certs/Makefile: Remove -c flag to chmod, which appears to be a GNUism ↵Matthew Wild2010-12-081-1/+1
| | | | (thanks Kev)
* certs/openssl.cnf: Change countryName from UK to GBMatthew Wild2010-12-061-1/+1
|
* certs/Makefile: Add .PRECIOUS to stop make deleting the key as an ↵Matthew Wild2010-12-061-0/+2
| | | | intermediate file (thanks deryni/Zash)
* certs: Add a default OpenSSL configuration file, and a Makefile.Kim Alvefur2010-12-032-0/+80
|
* certs: Update default certsMatthew Wild2009-10-172-33/+33
|
* Add some example certificates and update the config to point to themMatthew Wild2008-11-292-0/+37