command
module
Version:
v0.0.0-...-57013f5
Opens a new window with list of versions in this module.
Published: Sep 19, 2024
License: Apache-2.0
Opens a new window with license information.
Imports: 21
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
README
¶
Domain Connect generate template apply url
This tool demonstrates to Service Providers how to generate a
Domain Connect
apply url targetting a DNS Provider.
Notice that you need a private key to generate signature. See
signature help page
how to generate a private key.
go install github.com/kerolasa/dc-generate-apply@latest
$GOPATH/dc-generate-apply --help
Usage: ./dc-generate-apply [options] -cmd.privatekey ./key.pem ./template.json example.com
-cmd.checkversions
compare template file and service provider version (default true)
-cmd.privatekey string
path to private key file, this generates 'sig', see https://exampleservice.domainconnect.org/sig
-loglevel string
loglevel can be one of: panic fatal error warn info debug trace (default "info")
-param.groupId string
groupId query parameter
-param.host string
host query parameter
-param.key string
key query parameter
-param.kvs string
kvs query parameters, for example: '%key1%val1%key2%val2%'
-param.providerName string
providerName query parameter
-param.redirect_url string
redirect_url query parameter
-param.serviceName string
serviceName query parameter
-param.state string
state query parameter
See also https://github.com/Domain-Connect/spec/blob/master/Domain%20Connect%20Spec%20Draft.adoc
Documentation
¶
There is no documentation for this package.
Source Files
¶
Click to show internal directories.
Click to hide internal directories.