diff --git a/trustify/client/validator.py b/trustify/client/validator.py new file mode 100644 index 000000000..99532f1a2 --- /dev/null +++ b/trustify/client/validator.py @@ -0,0 +1,12 @@ +class Validator(object): + """ + This Class will contain an API to validate configurations. + """ + def redirect(name): + return + def ocsp_stapling(name): + return + def https(names): + return + def hsts(name): + return