# -*- coding: utf-8; mode: tcl; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8:ft=tcl:et:sw=4:ts=4:sts=4

PortSystem          1.0

name                mod_spkac
version             0.2.2
revision            1
categories          www security
platforms           darwin
maintainers         {redwax.org:dirkx @dirkx} openmaintainer
license             Apache-2

description         Redwax apache module to handle SPKAC requests

long_description    Redwax.eu Apache module that exposes an endpoint that can \
                    process a Signed Public Key and Challenge request and return \
                    a certificate from your normal apache webserver.

homepage            https://redwax.eu/
master_sites        https://redwax.eu/dist/rs \
                    freebsd

checksums           sha256  10c8c39a4c3cc9c31bfb3a2d4525d10141a22d524258a9410d22aeaf3c2af942 \
                    rmd160  9a796f2b09f1b96e3c272efd497aedb0b0008654 \
                    size    97792

depends_lib         port:apache2 port:mod_ca path:lib/libssl.dylib:openssl
