Storing secrets
Hi! I'm building a system which consists of several IoT devices. Also, it uses a couple of 3rd party resources to perform some work. I have accounts for accessing those resources. There is a need to interact with those services from the code. So, I need to store my credentials somewhere. Is it secure to store them on my server?