mirror of
https://github.com/macports/macports-ports.git
synced 2026-07-12 18:20:25 -07:00
28 lines
1.0 KiB
Tcl
28 lines
1.0 KiB
Tcl
# -*- 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_ocsp
|
|
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 serve OCSP requests
|
|
|
|
long_description Apache module that Exposes an endpoint to respond to \
|
|
RFC6960 Online Certificate Status Protocol requests \
|
|
from your normal apache webserver.
|
|
|
|
homepage https://redwax.eu/
|
|
master_sites https://redwax.eu/dist/rs \
|
|
freebsd
|
|
|
|
checksums sha256 365b7c915d6f27f968ca17214ba9fd761591a01e4b781b11e0013f528719c573 \
|
|
rmd160 5007988d5ea71ff7b55d31f781d5d73dc08a4409 \
|
|
size 97966
|
|
|
|
depends_lib port:apache2 port:mod_ca path:lib/libssl.dylib:openssl
|