Sign Up
Log In
Log In
or
Sign Up
Places
All Projects
Status Monitor
Collapse sidebar
openSUSE:Factory:Rebuild
rust-keylime-image
keylime-agent-configure.sh
Overview
Repositories
Revisions
Requests
Users
Attributes
Meta
File keylime-agent-configure.sh of Package rust-keylime-image
#!/bin/sh set -e [ -n "$1" ] && UUID="$1" [ -n "$2" ] && REMOTE_IP="$2" if [ -n "$UUID" ] && [ "$UUID" != "<UUID>" ] && [ -n "$REMOTE_IP" ] && [ "$REMOTE_IP" != "<REMOTE_IP>" ]; then mkdir -p /var/lib/keylime/cv_ca mkdir -p /etc/keylime/agent.conf.d cat <<EOF > /etc/keylime/agent.conf.d/agent.conf [agent] uuid = "$UUID" registrar_ip = "$REMOTE_IP" revocation_notification_ip = "$REMOTE_IP" run_as = "root:root" EOF 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