rootCmd.PersistentFlags().String("apiversion",DefaultAPIVersion,"NETDB API version (setting this is a last resort; should normally be set in this binary) [NETDB_API_VERSION, NETVS_API_VERSION]")
rootCmd.PersistentFlags().String("apiversion",DefaultAPIVersion,"NETDB API version (setting this is a last resort; should normally be set in this binary) [NETDB_API_VERSION, NETVS_API_VERSION, ACME4NETVS_APIVERSION]")
rootCmd.PersistentFlags().StringP("endpoint","e","",`Alternative NETVS API endpoint (either "prod|test|devel" or an existing section from netdb_client.ini) [NETDB_ENDPOINT, NETVS_ENDPOINT]`)
rootCmd.PersistentFlags().StringP("endpoint","e","",`Alternative NETVS API endpoint (either "prod|test|devel" or an existing section from netdb_client.ini) [NETDB_ENDPOINT, NETVS_ENDPOINT, ACME4NETVS_ENDPOINT]`)
rootCmd.PersistentFlags().BoolP("dns-wait","w",true,"Wait until challenge is propagated to all DNS servers [DNS_WAIT]")
rootCmd.PersistentFlags().BoolP("dns-wait","w",true,"Wait until challenge is propagated to all DNS servers [ACME4NETVS_DNS_WAIT]")
viper.MustBindEnv("dns-wait","DNS_WAIT")
rootCmd.PersistentFlags().Duration("dns-wait-timeout",time.Hour*12,"Time after which the DNS check will fail automatically [DNS_WAIT_TIMEOUT]")
rootCmd.PersistentFlags().Duration("dns-wait-timeout",time.Hour*12,"Time after which the DNS check will fail automatically [ACME4NETVS_DNS_WAIT_TIMEOUT]")