PDA

View Full Version : secure DA contact form, where?



neorder
04-17-2004, 10:12 AM
Hi

i remember there is a secure DirectAdmin contact/support form at somewhere, can anyone enlighten me where is it?

thanks.

ProWebUK
04-17-2004, 10:16 AM
https://www.directadmin.com/clients/safesubmit.php

Chris

neorder
04-17-2004, 10:20 AM
thanks ProwebUK :)

Not to send support ticket, i just want to take a look and build my own secure order form.

thank you.

nobaloney
04-17-2004, 11:39 AM
The form itself is simple; it's just a form on a page protected by a cert.

It's how you get the info back that's the hard part. You can't just send it to yourself by email; then it's not secure.

Here are the two approaches I've seen used in the past:

1) send it to an email address you only read by secure webmail. Send another message to an email adddress you normally download to tell you that you have a secure email waiting. We use this method for everything except credit card information.

2) encrypt it using pgp or gpg, and decrypt it after you download it.

We've tried to figure out the latter a few times on Cobalt RaQs, and always ended up giving up.

If you figure out how to do it that way, please let us all know.

Thanks.

Jeff