Created attachment 213286 [details] Shar File of the port Hi all, I created a port of smallstep certificates server. This is available at: https://smallstep.com/ and https://github.com/smallstep/certificates Thanks for adding this to the ports tree Markus
I'll take it.
Looks okay so far. Can you please provide the necessary entries for UIDs/GIDs?
sure, I used 265 for user and 265 for group as it was free in UIDs/GIDs
UIDs step:*:265:265::0:0:Step CA:/nonexistent:/usr/sbin/nologin GIDs step:*:265:
A commit references this bug: Author: decke Date: Fri Apr 17 20:10:49 UTC 2020 New revision: 531970 URL: https://svnweb.freebsd.org/changeset/ports/531970 Log: This port contains the Smallstep step-ca certificates component It can be used together with the Smallstep step-ca client. step-ca is a local CA. It can be used to create your own local PKI Infrastructure and includes things like e.g. the possibility to have your own ACME server. A private certificate authority (X.509 & SSH) & ACME server for secure automated certificate management, so you can use TLS everywhere & SSO for SSH. WWW: https://smallstep.com/certificates/ PR: 245535 Submitted by: Markus Wipp <mw@wipp.bayern> Changes: head/GIDs head/UIDs head/security/Makefile head/security/step-certificates/ head/security/step-certificates/Makefile head/security/step-certificates/distinfo head/security/step-certificates/files/ head/security/step-certificates/files/step-ca.in head/security/step-certificates/pkg-descr head/security/step-certificates/pkg-message head/security/step-certificates/pkg-plist
Committed with some modifications as security/step-certificates. The port was renamed as agreed with the maintainer to match upstream naming scheme. Thanks!