Template: newpki-server/server
Type: string
Default: localhost
_Description: Host running MySQL server:
 NewPKI requires its own MySQL engine and an administrator login, as the
 server will be dynamically creating and destroying databases and schema at
 will.

Template: newpki-server/port
Type: string
Default: 3306
_Description: MySQL server port:

Template: newpki-server/username
Type: string
Default: root
_Description: Administrative login for MySQL server:
 There is no reason to create a login specifically for NewPKI other than
 the "root" administrative login provided by MySQL (although you should
 assign a password).

Template: newpki-server/password
Type: password
_Description: Password for administrative login:

Template: newpki-server/bindaddress
Type: string
Default: 127.0.0.1
_Description: Listen address for NewPKI server:

Template: newpki-server/localport
Type: string
Default: 3333
_Description: NewPKI server port:

Template: newpki-server/logfile
Type: string
Default: /var/log/newpki.log
_Description: Log file location:

Template: newpki-server/debuglevel
Type: string
Default: 3
_Description: Debug level of NewPKI [1-4]:

Template: newpki-server/launch_at_start
Type: boolean
Default: true
_Description: Start NewPKI on boot ?
 The NewPKI can start on boot time or only if you type
 '/etc/init.d/newpki-server start' manually. Choose if you want
 it to start automatically.

Template: newpki-server/remove_database
Type: note
_Description: Removing databases
 ATTENTION ! You will have to remove all databases after "purging" the newpki-server package.

Template: newpki-server/newpki_user
Type: string
Default: newpki
_Description: User running NewPKI:
