diff options
| author | Jean-Yves Lefort <jylefort@FreeBSD.org> | 2005-05-23 22:21:25 +0000 |
|---|---|---|
| committer | Jean-Yves Lefort <jylefort@FreeBSD.org> | 2005-05-23 22:21:25 +0000 |
| commit | 9e01a15a9e7a21c24d7218d9348be55257b501cd (patch) | |
| tree | bc94d035785acb4bf8d5af10a8b5a9ded60b9b52 /security/openscep/files/pkg-message.in | |
| parent | They don't seem to be releasing new versions of this app anymore. (diff) | |
Add openscep.
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>
Diffstat (limited to 'security/openscep/files/pkg-message.in')
| -rw-r--r-- | security/openscep/files/pkg-message.in | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/security/openscep/files/pkg-message.in b/security/openscep/files/pkg-message.in new file mode 100644 index 000000000000..83a5e542d1c6 --- /dev/null +++ b/security/openscep/files/pkg-message.in @@ -0,0 +1,14 @@ +====================================================================== +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. +====================================================================== |
