• Bruno Nocera Zanette's avatar
    Add configuration to support SSL on mvn tomcat:run · 06eba9c4
    Bruno Nocera Zanette authored
    Add configuration to support SSL on mvn tomcat:run.
    
    To use it:
    - Generate a key using the following command:
      $ keytool -genkey -alias tomcat -keyalg RSA -keystore [CAMINHO_CHAVE]
    
    - Edit the file with Key file path and password
    - Uncomment the lines
    - Run "mvn tomcat:run"
    06eba9c4