Skip to content
Snippets Groups Projects
Commit 8be5166a authored by Stefan Galinski's avatar Stefan Galinski :video_game:
Browse files

[BUGFIX] No hardcoded serial number!!!

parent 85cc54e1
No related branches found
No related tags found
No related merge requests found
......@@ -261,9 +261,10 @@ template '/etc/apache2/ssl/rootCA.pem' do
source 'rootCA.pem'
end
template '/etc/apache2/ssl/rootCA.srl' do
source 'rootCA.srl'
end
# Serial file (don't use that as you can't create more than one certificate if you add this!)
# template '/etc/apache2/ssl/rootCA.srl' do
# source 'rootCA.srl'
# end
bash 'Create Certificate' do
cwd '/etc/apache2/ssl/'
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment