diff --git a/rsaserver.go b/rsaserver.go index 2c64026..85e4d7a 100644 --- a/rsaserver.go +++ b/rsaserver.go @@ -22,7 +22,7 @@ var jpegExif = []byte{0xff, 0xd8, 0xff, 0xe1} func main() { host := "0.0.0.0" - port := 8080 + port := 5645 privateKeyPath := "private_key.pem"