Re: Understanding and usage of management-server-secret-key

2021-03-01 Thread vas...@gmx.de
Let me thankyou for the informations! Really interesting to read about the security-aspects of CloudStack! Am Mo., 1. März 2021 um 13:33 Uhr schrieb Andrija Panic < andrija.pa...@gmail.com>: > /etc/cloudstack/management/key (the file-based approach) contains a > "password" that is used to DECRYPT

Re: Understanding and usage of management-server-secret-key

2021-03-01 Thread Andrija Panic
/etc/cloudstack/management/key (the file-based approach) contains a "password" that is used to DECRYPT (every time mgmt server boots) the value of the " db.cloud.encrypt.secret" from the db.properties file - and then this decrypted value (kept in memory) is used to decrypt other various values fro

Understanding and usage of management-server-secret-key

2021-02-27 Thread Christopher Brown
Hello everyone, I am currently making my first steps with cloudstack and therefore stumble into some problems and understanding issues. My first topic is regarding the usage of the Management Server secret key. As in the official installation guide, this key ist provided for en- and decryption