Commit 82d7b84b authored by Guillermo Sanz López's avatar Guillermo Sanz López
Browse files

delete ssl certificates for capif

parent 17087bc0
Loading
Loading
Loading
Loading
+1 −2
Original line number Diff line number Diff line
@@ -98,5 +98,4 @@ certification_file.close()
# the applicacions starts here in every interface and port 8080
# ssl -> contains backoffice_cert.crt and backoffice_key.key
if __name__ == "__main__":
    app.run(debug=True, host='0.0.0.0', port=8080, ssl_context=(
        "/usr/src/app/backoffice_service/certs/backoffice_cert.crt", "/usr/src/app/backoffice_service/certs/backoffice_key.key"))
    app.run(debug=True, host='0.0.0.0', port=8080)