Skip to content

Commit 6a9bc39

Browse files
committed
Tighten the CA common name to a valid FQDN
1 parent ac61f68 commit 6a9bc39

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

manifests/init.pp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@
7373
Boolean $generate = true,
7474
Boolean $regenerate = false,
7575
Boolean $deploy = true,
76-
String $ca_common_name = $certs::params::ca_common_name,
76+
Stdlib::Fqdn $ca_common_name = $certs::params::ca_common_name,
7777
String[2,2] $country = 'US',
7878
String $state = 'North Carolina',
7979
String $city = 'Raleigh',

0 commit comments

Comments
 (0)