Skip to content
Discussion options

You must be logged in to vote

Dear All,

As I have had no reply on this or my previous post, I do not know if this is a dead forum. In case someone stumbles on it and would like to know how to fix my problem, I was able to solve the issue with the following.

I created three bash scripts to install Step based on the role of the device. This scripts needs to be run by the root (as I assume this is one of the first steps when bootstrapping a new device).
Possibile roles:

  • Device acting as the CA.
  • Device acting as a SSH client.
  • Device acting as a SSH host (so a client wants to SSH into this device).

Script to run an the device acting as the CA.

#!/usr/bin/env bash

# Make sure the script exists on failures
set -eo pipefai…

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by VinvarLaLece
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
1 participant