You are not logged in. Your edit will be placed in a queue until it is peer reviewed.
We welcome edits that make the post easier to understand and more valuable for readers. Because community members review edits, please try to make the post substantially better than how you found it, for example, by fixing grammar or adding additional resources and hyperlinks.
- Why do you think the second example is too broad in scope compared to your question? Looks to me quite similar and the answer is contained within and the related articles such as security.stackexchange.com/questions/38566/…LTPCGO– LTPCGO2020-01-09 23:34:11 +00:00Commented Jan 9, 2020 at 23:34
- @LTPCGO it didn't make a lot of sense to me, to be honest - it is obvious that one dealing with real world software can't avoid storing, at least temporarily, sensitive data in unencrypted form (think of AWS/GCP/Azure access keys, TLS certificates that you need to feed to, say, nginx, etc.). So, I guess saying "don't store any kind of sensitive information unencrypted anywhere for any period of time" is almost equivalent to "stop writing software" as it is just can't be achieved for a broad spectrum of libraries/frameworks, albeit can be mitigated with things like instance principals.Alex– Alex2020-01-10 00:26:29 +00:00Commented Jan 10, 2020 at 0:26
- I will write an answer that addresses your questions, the issues or not with that, and best practicesLTPCGO– LTPCGO2020-01-10 00:31:10 +00:00Commented Jan 10, 2020 at 0:31
- @Alex: TLS certificates? Certificates are intended to be public. Your server is expected to show its certificate to any client that asks that. That's why it makes no sense to encrypt certificates. May you be you mean private key for SSL/TLS?mentallurg– mentallurg2020-01-10 00:54:48 +00:00Commented Jan 10, 2020 at 0:54
- @mentallurg ah, yes, my bad, I meant private keys of course.Alex– Alex2020-01-11 18:19:23 +00:00Commented Jan 11, 2020 at 18:19
Add a comment |
How to Edit
- Correct minor typos or mistakes
- Clarify meaning without changing it
- Add related resources or links
- Always respect the author’s intent
- Don’t use edits to reply to the author
How to Format
- create code fences with backticks ` or tildes ~ ```
like so
``` - add language identifier to highlight code ```python
def function(foo):
print(foo)
``` - put returns between paragraphs
- for linebreak add 2 spaces at end
- _italic_ or **bold**
- quote by placing > at start of line
- to make links (use https whenever possible) <https://example.com>[example](https://example.com)<a href="https://example.com">example</a>
How to Tag
A tag is a keyword or label that categorizes your question with other, similar questions. Choose one or more (up to 5) tags that will help answerers to find and interpret your question.
- complete the sentence: my question is about...
- use tags that describe things or concepts that are essential, not incidental to your question
- favor using existing popular tags
- read the descriptions that appear below the tag
If your question is primarily about a topic for which you can't find a tag:
- combine multiple words into single-words with hyphens (e.g. web-application), up to a maximum of 35 characters
- creating new tags is a privilege; if you can't yet create a tag you need, then post this question without it, then ask the community to create it for you