| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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)
|
|
|
|
| |
This fixes some issues with req_v3.
|
|
|
|
|
|
|
|
|
| |
see also:
* https://forums.freebsd.org/threads/ssl-admin-bss_file-c.83921/
* https://github.com/ecrist/ssl-admin/issues/1
PR: 264885
|
|
|
|
| |
Notes:
svn path=/head/; revision=508909
|
|
|
|
|
|
|
| |
Approved by: portmgr blanket
Notes:
svn path=/head/; revision=415503
|
|
|
|
|
|
|
|
|
|
|
|
| |
- 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
|
|
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
|