summaryrefslogtreecommitdiffstats
path: root/modules/md/md_version.h
diff options
context:
space:
mode:
authorStefan Eissing <icing@apache.org>2017-08-17 16:34:44 +0200
committerStefan Eissing <icing@apache.org>2017-08-17 16:34:44 +0200
commit2db09750f157432989309da930c56619671dee0c (patch)
treeb98009fd60193c957ca4d13ea3f275320a21d39a /modules/md/md_version.h
parent* Makefile is a generated file that is not version controlled (diff)
downloadapache2-2db09750f157432989309da930c56619671dee0c.tar.xz
apache2-2db09750f157432989309da930c56619671dee0c.zip
On the trunk:
mod_md v0.7.0: - LIVE: the real Let's Encrypt CA is now live by default! If you need to experiment, configure MDCertificateAuthority https://acme-staging.api.letsencrypt.org/directory - When existing, complete certificates are renewed, the activation of the new ones is delayed by 24 hours (or until the existing ones expire, whatever is earler) to accomodate for clients with weird clocks, refs #1. - Fixed store sync when MDCAChallenges was removed again from an MD. - Fixed crash when MD matched the base server, fixes #23 - Fixed watchgod resetting staging when server processes disappeared (e.g. reached max requests or other limits). git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1805294 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'modules/md/md_version.h')
-rw-r--r--modules/md/md_version.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/modules/md/md_version.h b/modules/md/md_version.h
index 7b2063837c..41474e853e 100644
--- a/modules/md/md_version.h
+++ b/modules/md/md_version.h
@@ -26,7 +26,7 @@
* @macro
* Version number of the md module as c string
*/
-#define MOD_MD_VERSION "0.6.1"
+#define MOD_MD_VERSION "0.7.0-git"
/**
* @macro
@@ -34,9 +34,9 @@
* release. This is a 24 bit number with 8 bits for major number, 8 bits
* for minor and 8 bits for patch. Version 1.2.3 becomes 0x010203.
*/
-#define MOD_MD_VERSION_NUM 0x000601
+#define MOD_MD_VERSION_NUM 0x000700
-#define MD_EXPERIMENTAL 1
-#define MD_ACME_DEF_URL "https://acme-staging.api.letsencrypt.org/directory"
+#define MD_EXPERIMENTAL 0
+#define MD_ACME_DEF_URL "https://acme-v01.api.letsencrypt.org/directory"
#endif /* mod_md_md_version_h */