diff --git a/plays/root.yml b/plays/root.yml
index 7a42fb295e4e59bbcb7a952997aee37f77bbb1b7..691d45dd41d7946985198cc92c1faab1591a5acc 100755
--- a/plays/root.yml
+++ b/plays/root.yml
@@ -51,9 +51,6 @@
 - hosts: ldap_server
   vars:
     slapd: '{{ glob_slapd | combine(loc_slapd | default({})) }}'
-    ldap:
-      private_key: "{{ vault_ldap_private_keyƂ }}"
-      certificate: "{{ vault_ldap_certificate }}"
   roles:
     - slapd
 
diff --git a/roles/slapd/templates/ldap/slapd.conf.j2 b/roles/slapd/templates/ldap/slapd.conf.j2
index 86053d4046d1b6c086442665559ec3ad0272f612..ab870c2628e650177ba5bb869e9faea5fa65248e 100644
--- a/roles/slapd/templates/ldap/slapd.conf.j2
+++ b/roles/slapd/templates/ldap/slapd.conf.j2
@@ -39,7 +39,6 @@ constraint_attribute uid regex ^_
 moduleload 		syncprov
 {% endif %}
 
-# TODO FAIRE LES CERTIFICATS
 # TLS Certificates
 #TLSCipherSuite HIGH:MEDIUM:-SSLv2:-SSLv3
 TLSCertificateFile /etc/ldap/ldap.pem