GET /api/v1/ports/mod_pkcs12/?format=api
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "name": "mod_pkcs12",
    "portdir": "www/mod_pkcs12",
    "version": "0.2.1",
    "license": "Apache-2",
    "platforms": "darwin",
    "epoch": 0,
    "replaced_by": null,
    "homepage": "https://redwax.eu/",
    "description": "Redwax apache module to issue signed certificates in PKCS12 format",
    "long_description": "Redwax.eu apache module that exposes an enpoint that can generate a certificate and key returned as PKCS12 from your normal apache webserver.",
    "active": true,
    "categories": [
        "security",
        "www"
    ],
    "maintainers": [
        {
            "name": "dirkx",
            "github": "dirkx",
            "ports_count": 8
        }
    ],
    "variants": [
        "universal"
    ],
    "dependencies": [
        {
            "type": "build",
            "ports": [
                "clang-9.0"
            ]
        },
        {
            "type": "lib",
            "ports": [
                "openssl",
                "apache2",
                "mod_ca"
            ]
        }
    ],
    "depends_on": []
}