diff options
Diffstat (limited to 'tests/cert-tests/templates/template-utf8.tmpl')
-rw-r--r-- | tests/cert-tests/templates/template-utf8.tmpl | 35 |
1 files changed, 35 insertions, 0 deletions
diff --git a/tests/cert-tests/templates/template-utf8.tmpl b/tests/cert-tests/templates/template-utf8.tmpl new file mode 100644 index 0000000..3a37da4 --- /dev/null +++ b/tests/cert-tests/templates/template-utf8.tmpl @@ -0,0 +1,35 @@ +# X.509 Certificate options +# +# DN options + +# The organization of the subject. +organization = "Μεγάλη εταιρία" + +# The name (Koala) +cn = "🐨" + +# The locality of the subject. +# locality = + +# The state of the certificate owner. +state = "Αττική" + +# The country of the subject. Two letter code. +country = GR + +# The serial number of the certificate +serial = 009 + +# Certificate policies +policy1 = 1.3.6.1.4.1.5484.1.10.99.1.0 +policy1_txt = "Μια πολιτική που θέλει διάβασμα" +policy1_url = http://www.example.com/a-policy-to-read + +policy2 = 1.3.6.1.4.1.5484.1.10.99.1.1 +policy2_txt = "Another policy" +policy2_url = http://www.example.com/another-policy-to-read + +policy3 = 1.3.6.1.4.1.5484.1.10.99.1.2 +policy3_txt = "More policies" +policy3_url = http://example.com/a-policy-to-read + |