1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-18 19:49:40 +00:00
freebsd-ports/security/step-cli/pkg-message
Bernhard Froehlich 6ce3add2d2 step is a zero trust swiss army knife that integrates with step-ca for
automated certificate management. It's an easy-to-use and hard-to-misuse utility
for building, operating, and automating systems that use zero trust technologies
like authenticated encryption (X.509, TLS), single sign-on (OAuth OIDC, SAML),
multi-factor authentication (OATH OTP, FIDO U2F), encryption mechanisms (JSON
Web Encryption, NaCl), and verifiable claims (JWT, SAML assertions).

WWW: https://smallstep.com/cli/

PR:		245534
Submitted by:	Markus Wipp <mw@wipp.bayern>
2020-04-17 20:04:59 +00:00

13 lines
346 B
Plaintext

[
{ type: install
message: <<EOM
================================================================================
Step Client requires additional configuration:
Ensure to set the STEPPATH environment variable. This makes using the
commands much simpler.
================================================================================
EOM
}
]