aboutsummaryrefslogtreecommitdiff
path: root/security/create-cert
Commit message (Collapse)AuthorAgeFilesLines
* Remove # $FreeBSD$ from Makefiles.Mathieu Arnold2021-04-061-1/+0
|
* security/create-cert: Update to 2.9.Craig Leres2021-03-272-4/+4
| | | | | | | | | - Add missing line escape for multiline conditional. - Add support for Subject Alt Names including IP addresses. Notes: svn path=/head/; revision=569367
* security/create-cert: Update to 2.8.Craig Leres2020-12-262-4/+4
| | | | | | | | | | | - Add overrides for size of the key (-b bits), the certificate duration (-d days), and the digest (-D digest). - Fix a bug that ignored config file certificate duration and always used 3650 days. Notes: svn path=/head/; revision=559301
* Update to 2.7:Craig Leres2018-02-172-4/+4
| | | | | | | | | | | | - Enable additional cert usage types otherwise the generated certs can't be used for servers. Reviewed by: ler (mentor) Approved by: ler (mentor) Differential Revision: https://reviews.freebsd.org/D14404 Notes: svn path=/head/; revision=462084
* Update to 2.6:Craig Leres2018-02-162-4/+6
| | | | | | | | | | | | | - Add subjectAltName to the v3_req section as per RFC 2818 Move the primary download site and add LOCAL/leres as a secondary. Reviewed by: ler (mentor) Approved by: ler (mentor) Differential Revision: https://reviews.freebsd.org/D14393 Notes: svn path=/head/; revision=461960
* Update MAINTAINER on my ports and "Created by" on the ones I createdCraig Leres2017-09-151-2/+2
| | | | | | | | | | | | | | | | | | | | | | | | | to use my @FreeBSD.org email address. - devel/arduino - devel/arduino-glcd - devel/arduino-irremote - devel/arduino-mk - devel/arduino-sevseg - net/hostapd - net/py-pcap - security/bro - security/broccoli - security/create-cert - sysutils/lbl-cf - sysutils/lbl-hf - www/mini_httpd Reviewed by: ler (mentor) Approved by: ler (mentor) Differential Revision: https://reviews.freebsd.org/D12374 Notes: svn path=/head/; revision=449916
* Update "BSD" license in security categoryMark Felder2014-12-101-1/+1
| | | | Notes: svn path=/head/; revision=374458
* Update to 2.5Guido Falsi2014-11-092-5/+3
| | | | | | | | PR: 194411 Submitted by: leres at ee.lbl.gov (maintainer) Notes: svn path=/head/; revision=372377
* - Update to 2.4Frederic Culot2014-05-192-10/+5
| | | | | | | | PR: ports/189324 Submitted by: Craig Leres <leres@ee.lbl.gov> (maintainer) Notes: svn path=/head/; revision=354511
* - Stage supportMartin Wilke2014-01-311-4/+2
| | | | | | | - Convert to USES Notes: svn path=/head/; revision=342012
* Add NO_STAGE all over the place in preparation for the staging support (cat: ↵Baptiste Daroussin2013-09-201-0/+1
| | | | | | | security) Notes: svn path=/head/; revision=327769
* - Update to 2.3Emanuel Haupt2013-05-032-12/+8
| | | | | | | | | | - Trim header PR: 178305 Submitted by: Craig Leres <leres@ee.lbl.gov> (maintainer) Notes: svn path=/head/; revision=317195
* - Update to 2.2Jason Helfman2012-04-232-5/+5
| | | | | | | | | | | | | | | | Changes since 2.0 include: * Add -C flag which creates a create-cert.conf by parsing an existing pem file. This is a handy way to bootstrap a config from an old tree of self-signed certs. * Add "bits" and "digest" to config file. * Change default bits from 1024 to 2048. Change default digest from md5 to sha1. PR: ports/167216 Submitted by: maintainer, leres@ee.lbl.gov Notes: svn path=/head/; revision=295291
* - Add create-cert 2.0Sunpoet Po-Chuan Hsieh2011-03-193-0/+35
create-cert is a script that uses openssl(1) to create self-signed host certificates and private keys for fully qualified domain names (FQDNs). PR: ports/155014 Submitted by: Craig Leres <leres@ee.lbl.gov> Notes: svn path=/head/; revision=271296