Product Selector

Fusion 5.12
    Fusion 5.12

    Configure SSL for App Studio

    Table of Contents

    App Studio can be served over HTTPS using SSL encryption. You can use the default keystore for development and testing, or use your own keystore for production. Then, invoke the App Studio startup script using the SSL parameters.

    SSL keystore

    We include a keystore file with a default self-signed key for development and testing.

    For proper security in a production environment, import your own keystore into the keystore.jks file, or copy it to a new file. If you copy it to a new file, use the -Dtwigkit.keystore.file (described below) to specify its location.

    SSL parameters

    To enable SSL, you specify the following parameters on the command line when invoking the startup script:

    Parameter Description Default

    -Dtwigkit.ssl=true

    Enable SSL.

    false

    -Dtwigkit.https.port

    Set the port.

    8765

    -Dtwigkit.keystore.file

    The keystore path/filename, relative to the app-studio directory.

    keystore.jks

    -Dtwigkit.keystore.password

    The keystore password.

    p4ssw0rd

    -Dtwigkit.keystore.alias

    The name of the key in the keystore to be used.

    default-key