]> source.dussan.org Git - gitea.git/commit
add letsencrypt to Gitea (#4189)
authorFluf <36822577+flufmonster@users.noreply.github.com>
Tue, 21 Aug 2018 13:56:50 +0000 (09:56 -0400)
committertechknowlogick <techknowlogick@users.noreply.github.com>
Tue, 21 Aug 2018 13:56:50 +0000 (09:56 -0400)
commitb82c14b3d2259912b47fa292b85772ba1d2493d0
treee4cca15b19a1549961543779f9a11c9127e7475c
parent6c1a31ffaaddf8ced7c30bf5b1e6e82d66f8c6ee
add letsencrypt to Gitea (#4189)
35 files changed:
Gopkg.lock
Gopkg.toml
cmd/web.go
docs/content/doc/advanced/config-cheat-sheet.en-us.md
docs/content/doc/usage/https-support.md
modules/setting/setting.go
vendor/golang.org/x/crypto/acme/acme.go [new file with mode: 0644]
vendor/golang.org/x/crypto/acme/autocert/autocert.go [new file with mode: 0644]
vendor/golang.org/x/crypto/acme/autocert/cache.go [new file with mode: 0644]
vendor/golang.org/x/crypto/acme/autocert/listener.go [new file with mode: 0644]
vendor/golang.org/x/crypto/acme/autocert/renewal.go [new file with mode: 0644]
vendor/golang.org/x/crypto/acme/jws.go [new file with mode: 0644]
vendor/golang.org/x/crypto/acme/types.go [new file with mode: 0644]
vendor/golang.org/x/crypto/ed25519/ed25519.go
vendor/golang.org/x/crypto/ed25519/internal/edwards25519/edwards25519.go
vendor/golang.org/x/crypto/internal/chacha20/chacha_generic.go [new file with mode: 0644]
vendor/golang.org/x/crypto/internal/chacha20/xor.go [new file with mode: 0644]
vendor/golang.org/x/crypto/poly1305/poly1305.go [new file with mode: 0644]
vendor/golang.org/x/crypto/poly1305/sum_amd64.go [new file with mode: 0644]
vendor/golang.org/x/crypto/poly1305/sum_amd64.s [new file with mode: 0644]
vendor/golang.org/x/crypto/poly1305/sum_arm.go [new file with mode: 0644]
vendor/golang.org/x/crypto/poly1305/sum_arm.s [new file with mode: 0644]
vendor/golang.org/x/crypto/poly1305/sum_ref.go [new file with mode: 0644]
vendor/golang.org/x/crypto/ssh/certs.go
vendor/golang.org/x/crypto/ssh/channel.go
vendor/golang.org/x/crypto/ssh/cipher.go
vendor/golang.org/x/crypto/ssh/client_auth.go
vendor/golang.org/x/crypto/ssh/common.go
vendor/golang.org/x/crypto/ssh/kex.go
vendor/golang.org/x/crypto/ssh/keys.go
vendor/golang.org/x/crypto/ssh/messages.go
vendor/golang.org/x/crypto/ssh/mux.go
vendor/golang.org/x/crypto/ssh/server.go
vendor/golang.org/x/crypto/ssh/session.go
vendor/golang.org/x/crypto/ssh/transport.go