We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f38e101 commit 8cdf4e2Copy full SHA for 8cdf4e2
go.mod
@@ -2,6 +2,11 @@ module code.gitea.io/gitea
2
3
go 1.23
4
5
+// rfc5280 said: "The serial number is an integer assigned by the CA to each certificate."
6
+// But some CAs use negative serial number, just relax the check. related:
7
+// Default TLS cert uses negative serial number #895 https://github.com/microsoft/mssql-docker/issues/895
8
+godebug x509negativeserial=1
9
+
10
require (
11
code.gitea.io/actions-proto-go v0.4.0
12
code.gitea.io/gitea-vet v0.2.3
0 commit comments