summaryrefslogtreecommitdiff
path: root/security/ssl-admin/files (follow)
Commit message (Collapse)AuthorAgeFilesLines
* security/ssl-admin: Use the right tarballDan Langille2023-08-201-0/+14
| | | | | | | | | | | | | | | | | | The developer has indicated the correcdt tarball supplied in the assets, not the tagged Github tarball. The Github tarball will provide the wrong VERSION in the app. Not mentioned in my previous commit: this release adds a new feature: C) Generate new Certificate Revokation List (CRL) While here: * run portfmt * remove dependency on archivers/zip by patching to use bsdtar from base (credit to diizzy@ for patch and help with this commit) Approved by: maintainer (via Github discussions)
* security/ssl-admin: Update to 1.3.0Dan Langille2023-08-201-14/+0
| | | | This fixes some issues with req_v3.
* security/ssl-admin: patch to fix req_v3 issueDan Langille2022-07-091-0/+14
| | | | | | | | | see also: * https://forums.freebsd.org/threads/ssl-admin-bss_file-c.83921/ * https://github.com/ecrist/ssl-admin/issues/1 PR: 264885
* Convert to UCL & cleanup pkg-message (categories s)Mathieu Arnold2019-08-141-2/+6
| | | | Notes: svn path=/head/; revision=508909
* - Fix trailing whitespace in pkg-messagesDmitry Marakasov2016-05-191-1/+1
| | | | | | | Approved by: portmgr blanket Notes: svn path=/head/; revision=415503
* - Update to 1.0.5. [1]Raphael Kubo da Costa2013-02-031-2/+2
| | | | | | | | | | | | - Remove dependency on unzip, it is in base now. [1] - Trim Makefile header. - Move LICENSE to the right place in the Makefile. PR: ports/174944 [1] Submitted by: Eric F Crist <ecrist@secure-computing.net> (maintainer) Notes: svn path=/head/; revision=311511
* ssl-admin was designed to create a user-friendly, menu-driven interfaceBeech Rintoul2008-07-261-0/+6
to the OpenSSL programs. ssl-admin will help you do the following tasks with SSL certificates: * Create your own CA certificate. * Create new Certificate Signing Requests * Sign existing Certificate Signing Requests * Manage Certificate Revokation Lists * Export configurations and certificates for OpenVPN. PR: ports/125875 Submitted by: Eric Crist <ecrist at secure-computing.net> Notes: svn path=/head/; revision=217533