aboutsummaryrefslogtreecommitdiff
path: root/security/acme.sh
Commit message (Collapse)AuthorAgeFilesLines
* One more small cleanup, forgotten yesterday.Mathieu Arnold2021-04-071-1/+0
| | | | Reported by: lwhsu
* Remove # $FreeBSD$ from Makefiles.Mathieu Arnold2021-04-061-1/+0
|
* Update to 2.8.8Dan Langille2020-12-013-4/+11
| | | | | | | | | | | * More dns apis added * Bug fixes. * Move CI checks from travis-ci to Github Actions by https://vmactions.org https://github.com/acmesh-official/acme.sh/releases/tag/2.8.8 Notes: svn path=/head/; revision=556782
* Update to 2.8.7Dan Langille2020-09-034-24/+12
| | | | | | | | | | | * Support External Account Binding(EAB) * Support ZeroSSL.com CA * Support preferred-chain * More dns api support * Adds Docker multi-arch build support Notes: svn path=/head/; revision=547484
* Enable acme.sh to recognize sane sudo commands besides /bin/su and /bin/bashDan Langille2020-08-022-1/+20
| | | | | | | | PR: 248434 Submitted by: John W. O'Brien <john@saltant.com> Notes: svn path=/head/; revision=543980
* Include missing plugin scriptsDan Langille2020-08-022-0/+14
| | | | | | | | | | | Thanks to Frank Wall <fw@moov.de> for the patch. PR: 248425 Submitted by: phedoreanu <phedoreanu@wearehackerone.com> MFH: 2020Q3 Notes: svn path=/head/; revision=543948
* Update to 2.8.6Dan Langille2020-05-042-5/+4
| | | | | | | | | | * bug fixes * and new dns providers. re: https://github.com/acmesh-official/acme.sh/releases/tag/2.8.6 Notes: svn path=/head/; revision=533889
* Use EXAMPLES properlyDan Langille2020-01-182-142/+146
| | | | | | | | | | | | | | | | Now you don't have to install them if you don't want them. This include these directorys: /var/db/acme/.acme.sh/deploy /var/db/acme/.acme.sh/dnsapi /var/db/acme/.acme.sh/notify Reported by: mat Reviewed by: sunpoet Differential Revision: https://reviews.freebsd.org/D23209 Notes: svn path=/head/; revision=523497
* Update to 2.8.5Dan Langille2020-01-163-9/+47
| | | | | | | | | | | | | | | | | | | | | | | bug fix: fix auto upgrade error message. re: https://github.com/Neilpang/acme.sh/releases/tag/2.8.5 2.8.4 was skipped, but covered: * Avoiding autoupdate by checking master hash value. * more dns api support * adapt recent letsencrypt ca http headers changes. * bugs fixes. re: https://github.com/Neilpang/acme.sh/releases/tag/2.8.4 While here, add in a lot of things missed in previous version of this port. Look in share/examples/acme.sh/deploy,dnsapi,notify Sorry about that. Notes: svn path=/head/; revision=523245
* Update to 2.8.3Dan Langille2019-09-282-5/+4
| | | | | | | | | | | | Letsencrypt CA recent changed the CDN provider, which resulted in hanging issues. Any downstream package should update. This is important. re: https://github.com/Neilpang/acme.sh/releases/tag/2.8.3 Submitted by: Ken (via private email) Notes: svn path=/head/; revision=513143
* Fix build for IDN when not using BINDTOOLS by correcting the RUN_DEPENDS:Dan Langille2019-08-211-1/+1
| | | | | | | | | | | | | | | | Remove: idn2:dns/idnkit2 Add: idn2:dns/libidn2 I believe this is a case of incorrect RUN_DEPENDS. The problem does not appear when using BINDTOOLS because that option pulls in libidn2 via dns/bind-tools Reported by: Russian <russian@russerver.org> MFH: 2019Q3 Notes: svn path=/head/; revision=509509
* Convert to UCL & cleanup pkg-message (categories s)Mathieu Arnold2019-08-141-3/+6
| | | | Notes: svn path=/head/; revision=508909
* Include the notify directory, for all those new features mentioned in theDan Langille2019-08-112-0/+13
| | | | | | | | | previous commit. Reported by: Ken Notes: svn path=/head/; revision=508668
* Update to 2.8.2Dan Langille2019-08-112-5/+4
| | | | | | | | | | | | | | | | * Support notifications for renewal: email, mailgun, sendgrid, IFTTT, pushover etc. https://github.com/Neilpang/acme.sh/wiki/notify * add deploy hook to docker containers: https://github.com/Neilpang/acme.sh/wiki/deploy-to-docker-containers * dns api: Schlundtech, NLnetLabs , acmeproxy, durabledns, Active24, MaraDNS, regru, jdcloud.com(?????????), Vultr, hexonet * Support cloudflare new dns api Token format * bug fixes. re https://github.com/Neilpang/acme.sh/releases/tag/2.8.2 Notes: svn path=/head/; revision=508628
* Remove references to ${LOCALBASE}/bin/ - they are redudantDan Langille2019-07-281-3/+3
| | | | | | | Credit to: adamw Notes: svn path=/head/; revision=507519
* Add IDN supportDan Langille2019-07-271-1/+7
| | | | | | | | PR: 238237 Submitted by: takefu@airport.fm Notes: svn path=/head/; revision=507462
* Upgrade to 2.8.1Dan Langille2019-04-292-4/+4
| | | | | | | | | | | | | * Use letsencrypt v2 api as default. * Use dns over tls to check domain status. * Support Windows native taskschuler for cronjob. * fix IDN name issues. * fix other issues. re https://github.com/Neilpang/acme.sh/releases/tag/2.8.1 Notes: svn path=/head/; revision=500428
* Upgrade to 2.8.0Dan Langille2019-02-256-41/+38
| | | | | | | | | | | Add a C to the syslog.conf example and comment it out Make this pass testport by moving stuff from pkg-install into the Makefile PR: 228829,236041,228791 Submitted by: Lapo Luchini <lapo@lapo.it>,Frank Wall <fw@moov.de>,Mark Felder <feld@FreeBSD.org> Notes: svn path=/head/; revision=493903
* security/acme.sh: Use .conf suffix for /usr/local/etc/newsyslog.conf.d/Ben Woods2018-09-094-3/+4
| | | | | | | | | | | | | | | Rename files intended for installation to /usr/local/etc/newsyslog.conf.d/ to end with a '.conf' suffix. Proposed changes to /etc/newsyslog.conf will only include files from the /usr/local/etc/newsyslog.conf.d/ directory which end with '.conf' and do not beginning with a '.' character. https://reviews.freebsd.org/D17086 Approved by: dvl (maintainer) Differential Revision: https://reviews.freebsd.org/D17092 Notes: svn path=/head/; revision=479341
* Update to 2.7.9Dan Langille2018-07-193-4/+8
| | | | | | | | PR: 229884 Submitted by: brnrd Notes: svn path=/head/; revision=474961
* 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