mirror of
https://github.com/slackhq/nebula.git
synced 2026-08-15 09:57:00 +02:00
update README
This commit is contained in:
@@ -274,7 +274,7 @@ endif
|
|||||||
# Useful to chain together, like:
|
# Useful to chain together, like:
|
||||||
# - make fips140 e2evv
|
# - make fips140 e2evv
|
||||||
# - make fips140 smoke-docker
|
# - make fips140 smoke-docker
|
||||||
# Use `release-fips140` or `bin-fips140` to build release binaries
|
# Use `release-fips140` to build release binaries
|
||||||
fips140:
|
fips140:
|
||||||
@echo > $(NULL_FILE)
|
@echo > $(NULL_FILE)
|
||||||
ifeq ($(strip $(GOFIPS140)),)
|
ifeq ($(strip $(GOFIPS140)),)
|
||||||
|
|||||||
@@ -161,7 +161,8 @@ which must be done at compile time so that the correct AES-GCM can be used for F
|
|||||||
|
|
||||||
```sh
|
```sh
|
||||||
make fips140
|
make fips140
|
||||||
make fips140 release
|
make fips140 test
|
||||||
|
make release-fips140
|
||||||
```
|
```
|
||||||
|
|
||||||
This is not the recommended default deployment, but may be useful based on your compliance requirements.
|
This is not the recommended default deployment, but may be useful based on your compliance requirements.
|
||||||
|
|||||||
Reference in New Issue
Block a user