diff --git a/recipes/default.rb b/recipes/default.rb
index f3c9ece60ed6639339f3c4a46accce30feb6eec2..e3a894c398bfc5e19e1f720cb57ef1fe75d760ab 100644
--- a/recipes/default.rb
+++ b/recipes/default.rb
@@ -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/'