Skip to content
This repository has been archived by the owner on Jun 28, 2023. It is now read-only.

Commit

Permalink
MSBot docs - "::" vs. ""(empty)
Browse files Browse the repository at this point in the history
I would consider either using single `:` after **NOTE** or **WARNING** or not using at all. 
If this PR breaks some rules in codebase for botbuilder-tools, let me know, i don't know them. I am consumer of BOT-related stuff.
  • Loading branch information
alundiak committed Oct 28, 2018
1 parent 6a19fc9 commit ce654d5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/MSBot/docs/bot-file-encryption.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ It is useful for tools like the emulator to have secure access to keys it needs
MSBot commands like add \<service\> and others that accepts the `--secret` option has data which needs to be encrypted with the secret.
This allows you to check in a .bot file into a public repo safely and only need the secret to unlock all of the keys your bot uses.

**WARNING::**
**WARNING**
- There are no retrieval mechanisms in place for retrieving a lost secret key. You should use best practices (e.g. secure your keys in [Azure Key Vault](https://azure.microsoft.com/en-us/services/key-vault/)) to secure your secret. **It is strongly encouraged that you DO NOT check it into your source control and instead rely on technologies such as [Azure Key Vault](https://azure.microsoft.com/en-us/services/key-vault/) to securely store it.**
- You should make sure that you use the same secret when adding all services.

Expand Down Expand Up @@ -33,7 +33,7 @@ To encrypt an decrypted bot file, use
msbot secret --new
```

**NOTE::** This command will generate a new encryption key and output it to the console window. Please store this key securely.
**NOTE** This command will generate a new encryption key and output it to the console window. Please store this key securely.

Example:
```bash
Expand Down

0 comments on commit ce654d5

Please sign in to comment.