Sign Up
Log In
Log In
or
Sign Up
Places
All Projects
Status Monitor
Collapse sidebar
home:PerryWerneck
est
ca-user.sh
Overview
Repositories
Revisions
Requests
Users
Attributes
Meta
File ca-user.sh of Package est
#!/bin/bash # # Reference: # https://github.com/cisco/libest/tree/main/example/server # if [ "${UID}" != "0" ]; then sudo ${0} ${@} exit $? fi if [ "${1}" == "add" ]; then touch /etc/est/server/passwd.srpv openssl srp -srpvfile /etc/est/server/passwd.srpv -gn 1536 -add "${2}" else echo "Use: ${0} add username" exit -1 fi
Locations
Projects
Search
Status Monitor
Help
OpenBuildService.org
Documentation
API Documentation
Code of Conduct
Contact
Support
@OBShq
Terms
openSUSE Build Service is sponsored by
The Open Build Service is an
openSUSE project
.
Sign Up
Log In
Places
Places
All Projects
Status Monitor