X-Git-Url: http://git.cyclocoop.org/?a=blobdiff_plain;f=etc%2Fopenssl%2Fca.sh;fp=etc%2Fopenssl%2Fca.sh;h=04a3c5077a26ba4793920d6fab795b6734491e3a;hb=2004b5241b88976b7090538c214a0bc881d7e785;hp=0000000000000000000000000000000000000000;hpb=1f1550e467bccfbac8a8f88b93db6355745794be;p=lhc%2Fateliers.git diff --git a/etc/openssl/ca.sh b/etc/openssl/ca.sh new file mode 100644 index 0000000..04a3c50 --- /dev/null +++ b/etc/openssl/ca.sh @@ -0,0 +1,14 @@ +#!/bin/sh + +export x509_host="ateliers.heureux-cyclage.org" +export x509_country="FR" +export x509_organization="Ateliers de l'Heureux-Cyclage" +export x509_organization_unit_name="Anti-autorité de certification primaire" +export x509_initials="(A)" +export x509_state_or_province="néant" +export x509_locality="néant" +export x509_street_address="néant" +export x509_postal_code="néant" +export x509_telephone_number="néant" +export x509_business_category="V1.0, ni dieu ni maître ni moteur" +export x509_days="3653"