nebula/cmd/nebula-cert
Wade Simmons 36c890eaad
Some checks failed
gofmt / Run gofmt (push) Has been cancelled
smoke-extra / Run extra smoke tests (push) Has been cancelled
smoke / Run multi node smoke test (push) Has been cancelled
Build and test / Build all and test on ubuntu-linux (push) Has been cancelled
Build and test / Build and test on linux with boringcrypto (push) Has been cancelled
Build and test / Build and test on linux with pkcs11 (push) Has been cancelled
Build and test / Build and test on macos-latest (push) Has been cancelled
Build and test / Build and test on windows-latest (push) Has been cancelled
populate default Build version if missing (#1386)
* populate default Build version if missing

Use the Go module information built into the binary if the Build var
wasn't set during the build.

This means if you install via a specific tag, you get:

    go install github.com/slackhq/nebula/cmd/nebula@v1.9.5

    $ nebula -version
    Version: 1.9.5

And if you install master, you get:

    go install github.com/slackhq/nebula/cmd/nebula@master

    $ nebula -version
    Version: 1.9.5-0.20250408154034-18279ed17b10

* also default in the library

* cleanup
2025-11-14 08:58:15 -05:00
..
ca.go V2 certificate format (#1216) 2025-03-06 11:28:26 -06:00
ca_test.go Bump golangci/golangci-lint-action from 6 to 7 (#1361) 2025-04-01 13:24:19 -04:00
keygen.go Cert interface (#1212) 2024-10-10 18:00:22 -05:00
keygen_test.go Bump golangci/golangci-lint-action from 6 to 7 (#1361) 2025-04-01 13:24:19 -04:00
main.go populate default Build version if missing (#1386) 2025-11-14 08:58:15 -05:00
main_test.go Enable running testifylint in CI (#1350) 2025-03-10 17:38:14 -05:00
p11_cgo.go add PKCS11 support (#1153) 2024-09-09 17:51:58 -04:00
p11_stub.go add PKCS11 support (#1153) 2024-09-09 17:51:58 -04:00
passwords.go Add ability to encrypt CA private key at rest (#386) 2023-04-03 13:59:38 -04:00
passwords_test.go Add ability to encrypt CA private key at rest (#386) 2023-04-03 13:59:38 -04:00
print.go V2 certificate format (#1216) 2025-03-06 11:28:26 -06:00
print_test.go Bump golangci/golangci-lint-action from 6 to 7 (#1361) 2025-04-01 13:24:19 -04:00
sign.go V2 certificate format (#1216) 2025-03-06 11:28:26 -06:00
sign_test.go Enable running testifylint in CI (#1350) 2025-03-10 17:38:14 -05:00
test_darwin.go Fix nebula-cert tests on darwin and windows 2019-12-11 10:13:19 -05:00
test_linux.go Support for 1.0.0 release 2019-11-19 10:31:59 -08:00
test_windows.go Public Release 2019-11-19 17:00:20 +00:00
verify.go V2 certificate format (#1216) 2025-03-06 11:28:26 -06:00
verify_test.go Bump golangci/golangci-lint-action from 6 to 7 (#1361) 2025-04-01 13:24:19 -04:00