diff --git a/dfssp/cmd/root.go b/dfssp/cmd/root.go index 03cd567450f05b33405d9b4d3a9479f0c6cb4479..346500d6563cb989f9c02c3512ba6c1fbbc3a6e5 100644 --- a/dfssp/cmd/root.go +++ b/dfssp/cmd/root.go @@ -47,7 +47,7 @@ func init() { ttpCmd.Flags().String("unit", "INSA Rennes", "organizational unit for the ttp certificate") ttpCmd.Flags().IntP("key", "k", 2048, "encoding size for the private key of the ttp") ttpCmd.Flags().StringP("ttps", "t", "ttps", "file containing available TTPs list") - ttpCmd.Flags().StringP("addr", "a", "localhost:9098", "address of the ttp to be transmitted to signers") + ttpCmd.Flags().StringP("addr", "a", "localhost:9020", "address of the ttp to be transmitted to signers") startCmd.Flags().IntP("validity", "c", 365, "validity duration for the child certificates (days)") startCmd.Flags().StringP("address", "a", "0.0.0.0", "address to bind for listening")