summaryrefslogtreecommitdiff
path: root/src/pkg/crypto/tls/generate_cert.go
diff options
context:
space:
mode:
Diffstat (limited to 'src/pkg/crypto/tls/generate_cert.go')
-rw-r--r--src/pkg/crypto/tls/generate_cert.go2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/pkg/crypto/tls/generate_cert.go b/src/pkg/crypto/tls/generate_cert.go
index 7c0718b82..84be5bfd8 100644
--- a/src/pkg/crypto/tls/generate_cert.go
+++ b/src/pkg/crypto/tls/generate_cert.go
@@ -2,6 +2,8 @@
// Use of this source code is governed by a BSD-style
// license that can be found in the LICENSE file.
+// +build ignore
+
// Generate a self-signed X.509 certificate for a TLS server. Outputs to
// 'cert.pem' and 'key.pem' and will overwrite existing files.