|
From: <abe...@us...> - 2017-07-01 20:02:01
|
Revision: 8421
http://sourceforge.net/p/astlinux/code/8421
Author: abelbeck
Date: 2017-07-01 20:01:58 +0000 (Sat, 01 Jul 2017)
Log Message:
-----------
acme, enable the acme package for default builds
Modified Paths:
--------------
branches/1.0/astlinux-ast11.config
branches/1.0/astlinux-ast13.config
branches/1.0/package/acme/Config.in
branches/1.0/project/astlinux/target_skeleton/stat/etc/rc.conf
branches/1.0/x86_64-configs/astlinux-ast11.config
branches/1.0/x86_64-configs/astlinux-ast13.config
Modified: branches/1.0/astlinux-ast11.config
===================================================================
--- branches/1.0/astlinux-ast11.config 2017-07-01 13:31:24 UTC (rev 8420)
+++ branches/1.0/astlinux-ast11.config 2017-07-01 20:01:58 UTC (rev 8421)
@@ -517,7 +517,7 @@
#
# Crypto
#
-# BR2_PACKAGE_ACME is not set
+BR2_PACKAGE_ACME=y
# BR2_PACKAGE_BEECRYPT is not set
BR2_PACKAGE_CA_CERTIFICATES=y
# BR2_PACKAGE_GNUTLS is not set
Modified: branches/1.0/astlinux-ast13.config
===================================================================
--- branches/1.0/astlinux-ast13.config 2017-07-01 13:31:24 UTC (rev 8420)
+++ branches/1.0/astlinux-ast13.config 2017-07-01 20:01:58 UTC (rev 8421)
@@ -517,7 +517,7 @@
#
# Crypto
#
-# BR2_PACKAGE_ACME is not set
+BR2_PACKAGE_ACME=y
# BR2_PACKAGE_BEECRYPT is not set
BR2_PACKAGE_CA_CERTIFICATES=y
# BR2_PACKAGE_GNUTLS is not set
Modified: branches/1.0/package/acme/Config.in
===================================================================
--- branches/1.0/package/acme/Config.in 2017-07-01 13:31:24 UTC (rev 8420)
+++ branches/1.0/package/acme/Config.in 2017-07-01 20:01:58 UTC (rev 8421)
@@ -3,5 +3,6 @@
depends on BR2_PACKAGE_OPENSSL
help
An ACME (Automated Certificate Management Environment) protocol client
+ Managed using the "acme-client" command.
https://github.com/Neilpang/acme.sh
Modified: branches/1.0/project/astlinux/target_skeleton/stat/etc/rc.conf
===================================================================
--- branches/1.0/project/astlinux/target_skeleton/stat/etc/rc.conf 2017-07-01 13:31:24 UTC (rev 8420)
+++ branches/1.0/project/astlinux/target_skeleton/stat/etc/rc.conf 2017-07-01 20:01:58 UTC (rev 8421)
@@ -1057,6 +1057,15 @@
possible abuse or criminal activity, system personnel may provide the
results of such monitoring to appropriate officials."
+## Automatic Certificate Management Environment (ACME)
+## For use with "Let's Encrypt" using the "acme-client" command.
+## Note: Only DNS challenge validation is supported within AstLinux.
+##
+## Deploy service types: lighttpd, asterisk and prosody
+#ACME_SERVICE="lighttpd" # space separated list of deploy service types
+## Registration email address, used for expiry notifications (optional)
+#ACME_ACCOUNT_EMAIL="ac...@my..."
+
## International E.164 dialing prefixes. Currently used by dialproxy.php
## Define 4 ~ (tilde) separated arguments (all optional)
## Arg1: InternationalPrefix
Modified: branches/1.0/x86_64-configs/astlinux-ast11.config
===================================================================
--- branches/1.0/x86_64-configs/astlinux-ast11.config 2017-07-01 13:31:24 UTC (rev 8420)
+++ branches/1.0/x86_64-configs/astlinux-ast11.config 2017-07-01 20:01:58 UTC (rev 8421)
@@ -498,7 +498,7 @@
#
# Crypto
#
-# BR2_PACKAGE_ACME is not set
+BR2_PACKAGE_ACME=y
# BR2_PACKAGE_BEECRYPT is not set
BR2_PACKAGE_CA_CERTIFICATES=y
# BR2_PACKAGE_GNUTLS is not set
Modified: branches/1.0/x86_64-configs/astlinux-ast13.config
===================================================================
--- branches/1.0/x86_64-configs/astlinux-ast13.config 2017-07-01 13:31:24 UTC (rev 8420)
+++ branches/1.0/x86_64-configs/astlinux-ast13.config 2017-07-01 20:01:58 UTC (rev 8421)
@@ -498,7 +498,7 @@
#
# Crypto
#
-# BR2_PACKAGE_ACME is not set
+BR2_PACKAGE_ACME=y
# BR2_PACKAGE_BEECRYPT is not set
BR2_PACKAGE_CA_CERTIFICATES=y
# BR2_PACKAGE_GNUTLS is not set
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|