mirror of
https://github.com/portainer/portainer.git
synced 2025-08-04 13:25:26 +02:00
feat(backend): native SSL support
This commit is contained in:
parent
e70817f776
commit
6fa6dde637
6 changed files with 21 additions and 0 deletions
|
@ -166,6 +166,9 @@ func main() {
|
|||
CryptoService: cryptoService,
|
||||
JWTService: jwtService,
|
||||
FileService: fileService,
|
||||
SSL: *flags.SSL,
|
||||
SSLCert: *flags.SSLCert,
|
||||
SSLKey: *flags.SSLKey,
|
||||
}
|
||||
|
||||
log.Printf("Starting Portainer on %s", *flags.Addr)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue