Parent Directory | Revision Log | Revision Graph
Initial import
1 | brianr | 1.1 | diff -urN smeserver-letsencrypt-0.5.old/root/etc/e-smith/templates/etc/dehydrated/config/10Default smeserver-letsencrypt-0.5/root/etc/e-smith/templates/etc/dehydrated/config/10Default |
2 | --- smeserver-letsencrypt-0.5.old/root/etc/e-smith/templates/etc/dehydrated/config/10Default 2018-12-24 00:05:48.338013244 +1100 | ||
3 | +++ smeserver-letsencrypt-0.5/root/etc/e-smith/templates/etc/dehydrated/config/10Default 2018-12-24 00:07:11.000000000 +1100 | ||
4 | @@ -24,7 +24,7 @@ | ||
5 | |||
6 | # If it's v1 then use v1, if v2 or auto then use v2 staging | ||
7 | if ( $letsencryptAPI eq '1' ) { | ||
8 | - $OUT .= "CA=\"https://acme-staging-v01.api.letsencrypt.org/directory\"\n"; | ||
9 | + $OUT .= "CA=\"https://acme-staging.api.letsencrypt.org/directory\"\n"; | ||
10 | } | ||
11 | elsif (( $letsencryptAPI eq '2' ) || ( $letsencryptAPI eq 'auto' )) { | ||
12 | $OUT .= "CA=\"https://acme-staging-v02.api.letsencrypt.org/directory\"\n"; | ||
13 | @@ -38,7 +38,7 @@ | ||
14 | |||
15 | # If it's v1 then use v1, if v2 then v2, if auto accept the defaults in the main file | ||
16 | if ( $letsencryptAPI eq '1' ) { | ||
17 | - $OUT .= "CA=\"https://acme-v01.api.letsencrypt.org/directory\"\n"; | ||
18 | + $OUT .= "CA=\"https://acme-staging.api.letsencrypt.org/directory\"\n"; | ||
19 | } | ||
20 | elsif ( $letsencryptAPI eq '2' ) { | ||
21 | $OUT .= "CA=\"https://acme-v02.api.letsencrypt.org/directory\"\n"; | ||
22 | @@ -84,4 +84,3 @@ | ||
23 | |||
24 | } | ||
25 | } | ||
26 | - |
admin@koozali.org | ViewVC Help |
Powered by ViewVC 1.2.1 |