Skip to content

Commit

Permalink
fix(ansible): typo
Browse files Browse the repository at this point in the history
Signed-off-by: Boris Glimcher <[email protected]>
  • Loading branch information
glimchb authored May 29, 2024
1 parent c260b06 commit 97ab5fb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lab/sztp.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ Add SZTP options to your DHCP server [config](./hardware/mgmt/fs/etc/dhcp/dhcpd.
```bash
$ grep sztp /etc/dhcp/dhcpd.conf
option sztp-redirect-urls code 143 = text;
option sztp-redirect-urls \"https://bootstrap:8080/restconf/operations/ietf-sztp-bootstrap-server:get-bootstrapping-data\";
option sztp-redirect-urls "https://bootstrap:8080/restconf/operations/ietf-sztp-bootstrap-server:get-bootstrapping-data";
```

Extract certificates from Bootstrap server:
Expand Down

0 comments on commit 97ab5fb

Please sign in to comment.