Skip to content

Commit

Permalink
Add example for certs generate
Browse files Browse the repository at this point in the history
  • Loading branch information
cmmarslender committed Aug 7, 2024
1 parent c13c846 commit bf245a7
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions cmd/certs/generate.go
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ import (
var generateCmd = &cobra.Command{
Use: "generate",
Short: "Generates a full set of certificates for chia-blockchain",
Example: "chia-tools certs generate --output ~/.chia/mainnet/config/ssl",
Run: func(cmd *cobra.Command, args []string) {
err := tls.GenerateAllCerts(viper.GetString("cert-output"))
if err != nil {
Expand Down

0 comments on commit bf245a7

Please sign in to comment.