MORE questions

Never stop being curious
This commit is contained in:
abregman
2022-10-26 21:43:43 +03:00
parent c469c84a26
commit 085ca9b7e8
5 changed files with 155 additions and 31 deletions

View File

@@ -1247,6 +1247,13 @@ If using the private key from the previous question then the command would be:
`openssl req -new -x509 -days 730 -key ca-private-key.pem -sha256 -out ca.pem`
</b></details>
<details>
<summary>Demonstrate one way to encode and decode data in Linux</summary><br><b>
Encode: `echo -n "some password" | base64`
Decode: `echo -n "allE19remO91" | base64`
</b></details>
<a name="questions-linux-networking"></a>
### Networking