From 01f65a1348a29c8d57dc3cde443958a5976bc293 Mon Sep 17 00:00:00 2001 From: Paul Wagener Date: Wed, 20 Jul 2016 14:10:37 +0200 Subject: [PATCH] Change points in accordance to grader --- templates/certificaten.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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" %}