Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

A few fixes from Josh #359

Merged
merged 2 commits into from
Nov 6, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
20 changes: 10 additions & 10 deletions platform/smallstep-agent.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -114,7 +114,7 @@ curl -sL https://packages.smallstep.com/scripts/smallstep-agent-install.sh | bas
```


## Debian
### Debian

1. In the Terminal, install dependencies:

Expand Down Expand Up @@ -150,7 +150,7 @@ curl -sL https://packages.smallstep.com/scripts/smallstep-agent-install.sh | bas
```


## Ubuntu
### Ubuntu

1. In the Terminal, install dependencies:

Expand Down Expand Up @@ -189,7 +189,14 @@ curl -sL https://packages.smallstep.com/scripts/smallstep-agent-install.sh | bas

## Configure the agent

Update `/etc/step-agent/agent.yaml` config file, with your Smallstep team ID and Smallstep Agent CA fingerprint.
To configure the agent and register your Linux device with Smallstep, run:

```jsx
step-agent-plugin register
```

Alternatively, you can configure the agent manually.
Simply update `/etc/step-agent/agent.yaml` config file, with your Smallstep team ID and Smallstep Agent CA fingerprint.

```jsx
team: "yourteamname"
Expand All @@ -202,13 +209,6 @@ fingerprint: "40523785c1d1d11EXAMPLE017b660d52a5fa5f2cb94cf0e1a9e9209dbea0826"
- Select the Smallstep Agents authority
- Use the sha256 Root fingerprint displayed on this page

## Register your device

To register your Linux endpoint with Smallstep, run:

```jsx
step-agent-plugin register
```

## Start the Smallstep agent

Expand Down
6 changes: 2 additions & 4 deletions platform/smallstep-api.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -108,8 +108,6 @@ Use the `data` field to store any relevant instance metadata, such as:
- an instance’s region, name, or role(s)
- DNS names (these can be mapped to a SANs using `deviceMetadataKeySANs`, above)

#### 4. Install the Smallstep agent on each device.
#### 4. Install the Smallstep app on each device.

The agent will only need your `team` name and `fingerprint` for bootstrapping.

See [Smallstep Agent Quickstart](https://smallstep.notion.site/Install-the-Smallstep-agent-on-a-Linux-server-11bd17a91249809f8127faffbb6b6263?pvs=4) for details.
See [Smallstep App](./smallstep-app.mdx) for details.