mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-25 04:43:33 +00:00
9e01a15a9e
OpenSCEP is an open source implementation of the SCEP protocol used by Cisco routers for certificate enrollment to build VPNs. It implements most of the draft specification. OpenSCEP includes a client and a server implementation, as well as some CGI programs to simplify certificate and revocation list management. WWW: http://openscep.othello.ch/ PR: ports/81264 Submitted by: Vsevolod Stakhov <vsevolod@highsecure.ru>
15 lines
659 B
Plaintext
15 lines
659 B
Plaintext
======================================================================
|
|
You now need to add an alias to apache's httpd.conf pointing to
|
|
%%PREFIX%%/www/openscep in order to access openscep from
|
|
your web browser, or create a VirtualHost with DocumentRoot set
|
|
to that directory.
|
|
|
|
You should also include %%PREFIX%%/etc/openscep/openscep.schema
|
|
into your slapd config (sample of this is at
|
|
%%PREFIX%%/etc/openscep/slapd.conf).
|
|
|
|
Furthermore, you should add your ldap directory information from
|
|
%%PREFIX%%/etc/openscep/openscep.ldif and edit DN specific information
|
|
there before doing ldapadd.
|
|
======================================================================
|