Skip to content

Commit af0fcac

Browse files
authored
Merge pull request dave-mccowan#5 from dmend/patch-1
Fix output example formatting
2 parents c9dc4b0 + 6984f1b commit af0fcac

File tree

1 file changed

+14
-14
lines changed

1 file changed

+14
-14
lines changed

instructions/Exercise_01_Passphrases.md

Lines changed: 14 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -10,20 +10,20 @@ Store a passphrase:
1010

1111
The secret will be saved and metadata about the stored secret will be returned
1212

13-
+---------------+------------------------------------------------------+
14-
| Field | Value |
15-
+---------------+------------------------------------------------------+
16-
| Secret href | https://127.0.0.1:9311/v1/secrets/4866a7f2-ab6a-4.. |
17-
| Name | my passphrase |
18-
| Created | None |
19-
| Status | None |
20-
| Content types | None |
21-
| Algorithm | aes |
22-
| Bit length | 256 |
23-
| Secret type | passphrase |
24-
| Mode | cbc |
25-
| Expiration | None |
26-
+---------------+------------------------------------------------------+
13+
+---------------+------------------------------------------------------+
14+
| Field | Value |
15+
+---------------+------------------------------------------------------+
16+
| Secret href | https://127.0.0.1:9311/v1/secrets/4866a7f2-ab6a-4.. |
17+
| Name | my passphrase |
18+
| Created | None |
19+
| Status | None |
20+
| Content types | None |
21+
| Algorithm | aes |
22+
| Bit length | 256 |
23+
| Secret type | passphrase |
24+
| Mode | cbc |
25+
| Expiration | None |
26+
+---------------+------------------------------------------------------+
2727

2828
The "Secret href" can be used to retrieve the secret metadata. Copy and paste the value from your output.
2929

0 commit comments

Comments
 (0)