To run the database scripts, you will need to provide the following values, either in the execution command line or as environment variables.
| Variable | Value | 
|---|---|
| DBNAME | The database name. | 
| HOSTNAME | The name of the host to connect to. | 
| USERNAME | The name of a DBMS user with permission to create tables, create users, and grant user permissions. | 
| PASSWORD | The password of the database user. | 
| OCSPRESPONDER_DB_PASSWORD | The password of the OCSP Responder user with Read permissions on the certStatus and metadata tables. | 
| OCSPRESPONDER_DB_USER | The name of the OCSP Responder user with Read permissions on the certStatus and metadata tables. | 
| STATUSFEEDER_DB_PASSWORD | The password of the Status Feeder user with Read and Write permissions on the certStatus and metadata tables. | 
| STATUSFEEDER_DB_USER | The name of the Status Feeder user with Read and Write permissions on the certStatus and metadata tables. |