Building RPM containing passwords
- by Kuf
I need to be able to send an RPM to customers that will install the complete server, including Apache and MySQL. The customers will install it on a clean machine.
After installation, the server should connect to our main DB, so I though of including the password in the RPM somehow, encrypted if possible.
The reason I'm asking this is because I'm…