Skip to content

Commit

Permalink
allow letsencrypt ssl cert generation in remote mode
Browse files Browse the repository at this point in the history
  • Loading branch information
timbod7 committed Nov 21, 2023
1 parent 8052684 commit 7495d3f
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions src/Commands/ProxyMode.hs
Original file line number Diff line number Diff line change
Expand Up @@ -298,10 +298,7 @@ shutdownProxy = do

generateSslCertificate :: IOR ()
generateSslCertificate = do
pm <- getProxyModeConfig
case pm_remoteStateS3 pm of
Nothing -> generateLocalSslCertificate
_ -> return ()
generateLocalSslCertificate


getSlaveLabel :: IOR T.Text
Expand Down

0 comments on commit 7495d3f

Please sign in to comment.