diff --git a/templates/certificaten.html b/templates/certificaten.html index bc63ffb..7bc6752 100644 --- a/templates/certificaten.html +++ b/templates/certificaten.html @@ -95,7 +95,7 @@
Plak de inhoud van het certificaat van een medestudent, waar je zelf verstrekker van bent. (inclusief begin en einde -----BEGIN CERTIFICATE-----) - {% include "points.html" with points=answers.answer_openssl_sign_other.points max="15" %} + {% include "points.html" with points=answers.answer_openssl_sign_other.points max="10" %}
@@ -134,7 +134,7 @@ sudo service apache2 reload
Plak de inhoud van het .crt bestand dat je hebt gebruikt om de website te beveiligen met een groen slotje. (inclusief begin en einde -----BEGIN CERTIFICATE-----) - {% include "points.html" with points=answers.answer_openssl_ssl_cert.points max="15" %} + {% include "points.html" with points=answers.answer_openssl_ssl_cert.points max="10" %}