We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents fb3381e + 46d4699 commit cc6ffc2Copy full SHA for cc6ffc2
manifests/ca.pp
@@ -92,7 +92,7 @@
92
93
exec { "generate dh param ${name}":
94
command => '. ./vars && ./clean-all && ./build-dh',
95
- timeout => 1800,
+ timeout => 20000,
96
cwd => "${etc_directory}/openvpn/${name}/easy-rsa",
97
creates => "${etc_directory}/openvpn/${name}/easy-rsa/keys/dh${ssl_key_size}.pem",
98
provider => 'shell',
@@ -166,6 +166,7 @@
166
167
168
command => './easyrsa --batch gen-dh',
169
170
171
creates => "${etc_directory}/openvpn/${name}/easy-rsa/keys/dh.pem",
172
0 commit comments