Tâche #10970
Scénario #10969: ARV doit supporter la nouvelle PKI de Toulouse (PNCN)
ARV doit pouvoir importer les fichiers certificats p7b fournis par la PNCN
Status:
Fermé
Priority:
Normal
Assigned To:
Target version:
Remaining (hours):
0.0
Description
Les fichiers p7b fournis par la PNCN de Toulouse contiennent les certificats sous la formee d'un fichier pkcs7 :
openssl pkcs7 -inform DER -in fichier.p7b -print_certs
Split des certificats en plusieurs fichiers au format PEM :
openssl pkcs7 -inform DER -in fichier.p7b -print_certs | awk 'split_after==1{n++;split_after=0} /-----END CERTIFICATE-----/ {split_after=1} {print > "cert" n ".pem"}'
History
#1 Updated by Fabrice Barconnière almost 8 years ago
- Distribution changed from EOLE 2.4 to EOLE 2.3
#2 Updated by Scrum Master over 7 years ago
- Status changed from Nouveau to En cours
#3 Updated by Scrum Master over 7 years ago
- Description updated (diff)
- Assigned To set to Fabrice Barconnière
#4 Updated by Fabrice Barconnière over 7 years ago
- % Done changed from 0 to 50
- Remaining (hours) changed from 6.0 to 5.0
#5 Updated by Fabrice Barconnière over 7 years ago
- % Done changed from 50 to 80
- Remaining (hours) changed from 5.0 to 2.0
- Distribution changed from EOLE 2.3 to EOLE 2.4
Version >= EOLE 2.4.1
#6 Updated by Fabrice Barconnière over 7 years ago
- Status changed from En cours to Résolu
#7 Updated by Fabrice Barconnière over 7 years ago
- Status changed from Résolu to En cours
#8 Updated by Fabrice Barconnière over 7 years ago
- Remaining (hours) changed from 2.0 to 0.25
#9 Updated by Scrum Master over 7 years ago
- Status changed from En cours to Résolu
#10 Updated by Fabrice Barconnière over 7 years ago
- % Done changed from 80 to 100
#11 Updated by Scrum Master over 7 years ago
- Status changed from Résolu to Fermé
- Remaining (hours) changed from 0.25 to 0.0