apache.php |
submodules/apache_https/drush/Provision/Service/http/https/apache.php |
|
|
certificate.drush.inc |
submodules/certificate/drush/certificate.drush.inc |
|
A Certificate service type for the Provision API. |
Certificate.php |
submodules/certificate/drush/Provision/Config/Certificate.php |
|
|
Certificate.php |
submodules/certificate/drush/Provision/Service/Certificate.php |
|
|
dehydrated-hooks.sh |
submodules/letsencrypt/drush/bin/dehydrated-hooks.sh |
|
#!/usr/bin/env bash
# Copied from dehydrated/docs/examples/hook.sh
function deploy_challenge {
local DOMAIN="${1}" TOKEN_FILENAME="${2}" TOKEN_VALUE="${3}"
# This hook is called once for every domain that needs… |
hosting.feature.apache_https.inc |
submodules/apache_https/hosting.feature.apache_https.inc |
|
Register the Apache HTTPS Hosting feature. |
hosting.feature.certificate.inc |
submodules/certificate/hosting.feature.certificate.inc |
|
Expose the certificate feature to hostmaster. |
hosting.feature.https.inc |
hosting.feature.https.inc |
|
Register this module as a Hosting feature. |
hosting.feature.letsencrypt.inc |
submodules/letsencrypt/hosting.feature.letsencrypt.inc |
|
Expose the letsencrypt feature to hostmaster. |
hosting.feature.nginx_https.inc |
submodules/nginx_https/hosting.feature.nginx_https.inc |
|
Register the NGINX HTTPS Hosting feature. |
hosting.feature.self_signed.inc |
submodules/self_signed/hosting.feature.self_signed.inc |
|
Expose the self_signed feature to hostmaster. |
hosting_apache_https.info |
submodules/apache_https/hosting_apache_https.info |
|
name = Aegir HTTPS Apache
description = A service to support the Apache web server with HTTPS functionality.
package = Aegir HTTPS
dependencies[] = hosting_https
dependencies[] = hosting_web_server
core = 7.x
files[] = hosting_apache_https.service.inc |
hosting_apache_https.module |
submodules/apache_https/hosting_apache_https.module |
|
Register a Hosting service for Apache w/ HTTPS. |
hosting_apache_https.service.inc |
submodules/apache_https/hosting_apache_https.service.inc |
|
Define a Hosting service class for Apache w/HTTPS. |
hosting_certificate.info |
submodules/certificate/hosting_certificate.info |
|
name = Aegir Certificate Service
description = A service to generate HTTPS certificates for Aegir-hosted sites.
package = Aegir HTTPS
dependencies[] = hosting
core = 7.x
files[] = hosting_certificate.service.inc |
hosting_certificate.module |
submodules/certificate/hosting_certificate.module |
|
Contains hooks for the certificate module. |
hosting_certificate.service.inc |
submodules/certificate/hosting_certificate.service.inc |
|
|
hosting_https.drush.inc |
hosting_https.drush.inc |
|
Drush hooks for the Hosting HTTPS module. |
hosting_https.info |
hosting_https.info |
|
name = Aegir HTTPS
description = Adds HTTPS support to Aegir sites.
package = Aegir HTTPS
dependencies[] = hosting_web_server
dependencies[] = hosting_certificate
core = 7.x
files[] = hosting_https.service.inc |
hosting_https.install |
hosting_https.install |
|
Define the database schema and uninstall function for the hosting_https module. |
hosting_https.module |
hosting_https.module |
|
Hook implementations for the Hosting HTTPS module. |
hosting_https.nodeapi.inc |
hosting_https.nodeapi.inc |
|
NodeAPI functions for the Hosting HTTPS module. |
hosting_https.service.inc |
hosting_https.service.inc |
|
Define Hosting service class for HTTPS. |
hosting_letsencrypt.info |
submodules/letsencrypt/hosting_letsencrypt.info |
|
name = Aegir Let's Encrypt Service
description = A service to generate Let's Encrypt certificates for Aegir-hosted sites.
package = Aegir HTTPS
dependencies[] = hosting_https
dependencies[] = hosting_certificate
dependencies[] =… |
hosting_letsencrypt.install |
submodules/letsencrypt/hosting_letsencrypt.install |
|
Define update functions for the hosting_https letsencrypt submodule. |
hosting_letsencrypt.module |
submodules/letsencrypt/hosting_letsencrypt.module |
|
LetsEncrypt certificate generation service. |
hosting_letsencrypt.service.inc |
submodules/letsencrypt/hosting_letsencrypt.service.inc |
|
LetsEncrypt service implementation of the Certificate service type for the hosting front end. |
hosting_nginx_https.info |
submodules/nginx_https/hosting_nginx_https.info |
|
name = Aegir HTTPS Nginx
description = A service to support the NGINX web server with HTTPS functionality.
package = Aegir HTTPS
dependencies[] = hosting_https
dependencies[] = hosting_nginx
core = 7.x
files[] = hosting_nginx_https.service.inc |
hosting_nginx_https.module |
submodules/nginx_https/hosting_nginx_https.module |
|
Register a Hosting service for NGINX w/ HTTPS. |
hosting_nginx_https.service.inc |
submodules/nginx_https/hosting_nginx_https.service.inc |
|
Define a Hosting service class for NGINX w/HTTPS. |
hosting_self_signed.info |
submodules/self_signed/hosting_self_signed.info |
|
name = Aegir Self-signed Service
description = A service to generate self-signed certificates for Aegir-hosted sites.
package = Aegir HTTPS
dependencies[] = hosting_https
dependencies[] = hosting_certificate
dependencies[] = hosting_web_server
core =… |
hosting_self_signed.module |
submodules/self_signed/hosting_self_signed.module |
|
SelfSigned certificate generation service. |
hosting_self_signed.service.inc |
submodules/self_signed/hosting_self_signed.service.inc |
|
Self-signed service implementation of the Certificate service type for the hosting front end. |
https.drush.inc |
drush/https.drush.inc |
|
A Certificate service type for the Provision API. |
https.php |
drush/Provision/Service/http/https.php |
|
The base implementation of the HTTPS capabale web service. |
https_apache.drush.inc |
submodules/apache_https/drush/https_apache.drush.inc |
|
Register with Provision autoloader. |
https_nginx.drush.inc |
submodules/nginx_https/drush/https_nginx.drush.inc |
|
Register with Provision autoloader. |
install.provision.inc |
submodules/letsencrypt/drush/install.provision.inc |
|
Invoke Drush API hooks for the 'provision-install' command. |
install.provision.inc |
submodules/self_signed/drush/install.provision.inc |
|
Invoke Drush API hooks for the 'provision-install' command. |
letsencrypt.drush.inc |
submodules/letsencrypt/drush/letsencrypt.drush.inc |
|
A Let's Encrypt implementation of the Certificate service for Provision. |
LetsEncrypt.php |
submodules/letsencrypt/drush/Provision/Config/Certificate/LetsEncrypt.php |
|
|
LetsEncrypt.php |
submodules/letsencrypt/drush/Provision/Service/Certificate/LetsEncrypt.php |
|
|
letsencrypt.tpl.php |
submodules/letsencrypt/drush/Provision/Config/Certificate/letsencrypt.tpl.php |
|
|
nginx.php |
submodules/nginx_https/drush/Provision/Service/http/https/nginx.php |
|
|
SelfSigned.php |
submodules/self_signed/drush/Provision/Config/Certificate/SelfSigned.php |
|
|
SelfSigned.php |
submodules/self_signed/drush/Provision/Service/Certificate/SelfSigned.php |
|
|
selfsigned.tpl.php |
submodules/certificate/drush/Provision/Config/selfsigned.tpl.php |
|
|
self_signed.drush.inc |
submodules/self_signed/drush/self_signed.drush.inc |
|
A SelfSigned implementation of the Certificate service for the Provision API. |
self_signed.tpl.php |
submodules/self_signed/drush/Provision/Config/Certificate/self_signed.tpl.php |
|
|
Server.php |
drush/Provision/Config/Http/Https/Server.php |
|
|