https://bugs.contribs.org/show_bug.cgi?id=10903

            Bug ID: 10903
           Summary: Save certificate bundle for ovpn configs
    Classification: Contribs
           Product: SME Contribs
           Version: 9.3
          Hardware: ---
                OS: ---
            Status: CONFIRMED
          Severity: normal
          Priority: P3
         Component: smeserver-phpki
          Assignee: [email protected]
          Reporter: [email protected]
        QA Contact: [email protected]
  Target Milestone: ---

The Bundle that you download from PHPKi is awkward to use as it uses the same 
BEGIN/END CERTIFICATE for both the CA and the personal certificate.

It would be better if ovpn configs to put them in the correct sections and
offered a openvpn bundle like this, which would be pretty trivial to code.

<ca>
-----BEGIN CERTIFICATE-----
MIIHEDCCBPigAwIBAgIJAKkkBXBu2EylMA0GCSqGSIb3DQEBDQUAMIGlMQswCQYD
etc....
BBHBuFUirBcMUYCVAgNev1bRjZRy5mN2xhQaPpB7ufjCxUA/
-----END CERTIFICATE-----
</ca>

<cert>
-----BEGIN CERTIFICATE-----
MIIHXjCCBUagAwIBAgIDEAACMA0GCSqGSIb3DQEBDQUAMIGlMQswCQYDVQQGEwJG
etc....
krBBaTfOTFcoZSzYh5/6gpa1
-----END CERTIFICATE-----
</cert>

<key>
-----BEGIN PRIVATE KEY-----
MIIJRAIBADANBgkqhkiG9w0BAQEFAASCCS4wggkqAgEAAoICAQDMR2tRmZDS6AT7
etc....
7C6IP7ML6340awb7VPJAkVsKDAf/vf2q
-----END PRIVATE KEY-----
</key>

<tls-auth>
-----BEGIN OpenVPN Static key V1-----
35652d94031a1274e196fe52dbe4f34
etc....
0cf793a7d780537cf142128cffd1c7f5
-----END OpenVPN Static key V1-----
</tls-auth>

-- 
You are receiving this mail because:
You are the QA Contact for the bug.
_______________________________________________
Mail for each SME Contribs bug report
To unsubscribe, e-mail [email protected]
Searchable archive at https://lists.contribs.org/mailman/public/contribteam/

Reply via email to