modulepackage
1.0.1
Repository: https://github.com/taubyte/domain-validation.git
Documentation: pkg.go.dev
# README
taubyte/domain-validation
Used to validate ownership of DNS domains
Generate Keys
To use this package you need to generate a symetric pair for keys:
openssl ecparam -name prime256v1 -genkey -noout -out private.key
openssl ec -in private.key -pubout -out public.pem
NOTE: the private key need to be kept safe.
Maintainers
- Samy Fodil @samyfodil
- Tafseer Khan @tafseer-khan
- Aron Jalbuena @arontaubyte
# Functions
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
# Interfaces
No description provided by the author