debian/littlebird-tc-core.templates
changeset 75 a587bc920c3d
parent 24 f45816f0398e
child 79 bf9f2062d8f5
equal deleted inserted replaced
74:875e0c6a6c1c 75:a587bc920c3d
     2 Type: title
     2 Type: title
     3 _Description: The littlebird trust center core package.
     3 _Description: The littlebird trust center core package.
     4 
     4 
     5 Template: littlebird-tc/web/servername
     5 Template: littlebird-tc/web/servername
     6 Type: string
     6 Type: string
     7 _Description: The hostname the clients use to connect to the web server.
     7 _Description: The hostname the clients use to connect to the web server:
     8  To connect to the web service we need a hostname. Please enter
     8  To connect to the web service a hostname is necessary. Please enter
     9  the name of the host, the clients will try to connect to. 
     9  the name of the host, the clients will try to connect to. 
    10  The name should match the CN of your SSL certificate, if you have any. 
    10  The name should match the CN of your SSL certificate, if you have any. 
    11 
    11 
    12 Template: littlebird-tc/web/serverport
    12 Template: littlebird-tc/web/serverport
    13 Type: string
    13 Type: string
    14 Default: 443
    14 Default: 443
    15 _Description: The port your SSL (HTTPS) server listens on.
    15 _Description: The port your SSL (HTTPS) server listens on:
    16  If you choose any other than the default, please beware that your
    16  If you choose any other than the default, please beware that your
    17  clients may not be able to connect to your HTTPS server.
    17  clients may not be able to connect to your HTTPS server.
    18 
    18 
    19 Template: littlebird-tc/web/serveradmin
    19 Template: littlebird-tc/web/serveradmin
    20 Type: string
    20 Type: string
    21 _Description: Mail address of the (web) server admin.
    21 _Description: Mail address of the (web) server admin:
    22 
    22 
    23 Template: littlebird-tc/removal
    23 Template: littlebird-tc/removal
    24 Type: note
    24 Type: note
    25 _Description: The database needs to be cleaned!?
    25 _Description: The database and /var-files need to be cleaned!
    26  You are ${action} the littlebird trustcenter,
    26  You are removing or purging the littlebird trustcenter package,
    27  however we do not purge/empty/clean the database.
    27  however the database, and the created files under 
       
    28  /var/log/littlebird-tc/ and /var/lib/littlebird-tc will 
       
    29  not be cleaned or removed!
    28  .
    30  .
    29  Please think about it, if you need to remove ANY traces,
    31  Please think about it, if you need to remove ANY traces,
    30  you should consider dropping the database. Contact your friendly
    32  you should consider dropping the database and purging the above
    31  database admin for doing it :-)
    33  mentioned directories.
    32 
    34 
    33 Template: littlebird-tc/web/crt
    35 Template: littlebird-tc/web/crt
    34 Type: string
    36 Type: string
    35 _Description: pathname of the SSL certificate file
    37 _Description: Pathname of the SSL certificate file:
    36  The HTTPS server uses an SSL certificate. Where is or where 
    38  The HTTPS server uses an SSL certificate. Where is or where 
    37  will be the certificate file located?
    39  will be the certificate file located?
    38 
    40 
    39 Template: littlebird-tc/web/key
    41 Template: littlebird-tc/web/key
    40 Type: string
    42 Type: string
    41 _Description: pathname of the SSL certificate key file
    43 _Description: Pathname of the SSL certificate key file:
    42  The HTTPS server uses an SSL certificate. Where is or where 
    44  The HTTPS server uses an SSL certificate. Where is or where 
    43  will be the certificate *KEY* file located?
    45  will be the certificate *KEY* file located?
    44 
    46 
    45 Template: littlebird-tc/web/create-cert
    47 Template: littlebird-tc/web/create-cert
    46 Type: note
    48 Type: note