aboutsummaryrefslogtreecommitdiff
path: root/security/acme.sh
Commit message (Collapse)AuthorAgeFilesLines
* Upgrade to 2.7.8Dan Langille2018-03-293-4/+6
| | | | | | | | | | | From the author: * fix bugs in 2.7.7, Strongly recommended to upgrade from 2.7.7. * more apis are fixed for acme v2 wildcard certs. * New dns api: KingHost (https://www.kinghost.com.br/) and Zilore (https://zilore.com) Notes: svn path=/head/; revision=465898
* Update to version 2.7.7Dan Langille2018-03-184-5/+12
| | | | | | | | PR: 226587 Submitted by: Jose Luis Duran <jlduran@gmail.com> Notes: svn path=/head/; revision=464968
* Add missing link to the deploy directoryDan Langille2018-02-162-4/+8
| | | | | | | | PR: 225954 Submitted by: Jose Luis Duran <jlduran@gmail.com> Notes: svn path=/head/; revision=462048
* Fix typoDan Langille2018-02-151-1/+2
| | | | | | | Reported by: "Herbert J. Skuhra" <herbert@gojira.at> Notes: svn path=/head/; revision=461958
* Update security/acme.sh to version 2.7.6Dan Langille2018-02-153-5/+11
| | | | | | | | | | | | 1. Full support with ACME v2, staging only. 2. Bug fixes 3. More DNS api PR: 225881 Submitted by: Jose Luis Duran <jlduran@gmail.com> Notes: svn path=/head/; revision=461950
* Set STANDALONE default to ON by default.Dan Langille2018-01-131-2/+2
| | | | | | | | | | This pulls in net/socat PR: 225107 Submitted by: Ed Schouten <ed@FreeBSD.org> Notes: svn path=/head/; revision=458941
* Do not abuse INSTALL_MAN when installing documentation, examples, andAlexey Dokuchaev2018-01-111-1/+1
| | | | | | | other miscellaneous files that are not actually manual pages (part 2). Notes: svn path=/head/; revision=458739
* Add standalone option to pull in socatDan Langille2017-12-231-1/+5
| | | | | | | | PR: 224549 Reported by: ferrao@if.ufrj.br Notes: svn path=/head/; revision=457087
* Upgrade to 2.7.5Dan Langille2017-12-053-5/+6
| | | | | | | | PR: 224104 Submitted by: olgeni Notes: svn path=/head/; revision=455616
* Provide a sample cronjobDan Langille2017-09-132-0/+14
| | | | Notes: svn path=/head/; revision=449799
* Upgrade to 2.7.4Dan Langille2017-09-022-4/+4
| | | | | | | | PR: 222005 Submitted by: olgeni Notes: svn path=/head/; revision=449161
* Upgrade to 2.7.3Dan Langille2017-09-013-5/+11
| | | | | | | | PR: 221979 Submitted by: olgeni Notes: svn path=/head/; revision=449088
* update to 2.7.2Dan Langille2017-07-262-6/+4
| | | | | | | | PR: 221020 Submitted by: olgeni Notes: svn path=/head/; revision=446668
* Add some sane defaults in account.conf to get you started.Dan Langille2017-07-035-1/+59
| | | | | | | | | | | Supply a link to the dnsapi/deploy scripts so it all just works. Create ~acme/.acme.sh & ~acme/certs to make things easier. Also provide a newsyslog.conf sample file for the log file rotation. Differential Revision: https://reviews.freebsd.org/D11450 Notes: svn path=/head/; revision=444990
* Include practical examples for both deploy and dnsapiDan Langille2017-06-052-3/+51
| | | | | | | | | Provide options for installing curl, wget, BINDTOOLS, and DOCS. Submitted by: feld Notes: svn path=/head/; revision=442600
* whitespace adjustmentsDan Langille2017-05-201-7/+8
| | | | | | | | Submitted by: Joseph Mingrone <jrm@FreeBSD.org> Reported by: Alexey Dokuchaev <danfe@freebsd.org> Notes: svn path=/head/; revision=441316
* A pure Unix shell script implementing ACME client protocolDan Langille2017-05-203-0/+58
Differential Revision: https://reviews.freebsd.org/D10308 Notes: svn path=/head/; revision=441282