mirror of
https://github.com/zerotier/ZeroTierOne.git
synced 2025-06-06 12:33:44 +02:00
Compiler flags, docs.
This commit is contained in:
parent
81530e5990
commit
95d7970f34
2 changed files with 5 additions and 2 deletions
|
@ -222,7 +222,7 @@ if(NOT PACKAGE_STATIC)
|
||||||
CMAKE_SYSTEM_PROCESSOR MATCHES "AMD64"
|
CMAKE_SYSTEM_PROCESSOR MATCHES "AMD64"
|
||||||
)
|
)
|
||||||
message("++ Adding flags for processor ${CMAKE_SYSTEM_PROCESSOR}")
|
message("++ Adding flags for processor ${CMAKE_SYSTEM_PROCESSOR}")
|
||||||
add_compile_options(-maes -mrdrnd -mpclmul -msse -msse2 -mssse3 -msse4)
|
add_compile_options(-maes -mrdrnd -mpclmul -msse -msse2 -mssse3 -msse4 -msse4.1 -msse4.2)
|
||||||
endif()
|
endif()
|
||||||
|
|
||||||
set(GO_BUILD_TAGS)
|
set(GO_BUILD_TAGS)
|
||||||
|
|
|
@ -76,11 +76,14 @@ Commands:
|
||||||
sign <identity> <file> Sign a file with an identity's key
|
sign <identity> <file> Sign a file with an identity's key
|
||||||
verify <identity> <file> <sig> Verify a signature
|
verify <identity> <file> <sig> Verify a signature
|
||||||
cert <command> [args] - Certificate commands
|
cert <command> [args] - Certificate commands
|
||||||
|
show [serial] List or show details of a certificate
|
||||||
newsid [secret] Create a new subject unique ID
|
newsid [secret] Create a new subject unique ID
|
||||||
newcsr <subject> <secret> [csr] Create a subject CSR
|
newcsr <subject> <secret> [csr] Create a subject CSR
|
||||||
sign <csr> <identity> [certificate] Sign a CSR to create a certificate
|
sign <csr> <identity> [certificate] Sign a CSR to create a certificate
|
||||||
verify <certificate> Verify a certificate
|
verify <certificate> Verify a certificate
|
||||||
import <certificate> [<trust>] Import certificate into this node
|
import <certificate> [trust,[trust]] Import certificate into this node
|
||||||
|
rootca Certificate is a root CA
|
||||||
|
rootset ZeroTier root node set
|
||||||
restore Re-import default certificates
|
restore Re-import default certificates
|
||||||
export <serial> [path] Export a certificate from this node
|
export <serial> [path] Export a certificate from this node
|
||||||
delete <serial|ALL> Delete certificate from this node
|
delete <serial|ALL> Delete certificate from this node
|
||||||
|
|
Loading…
Add table
Reference in a new issue