![]() |
Hello and Welcome from United States to the UNIX and Linux Forums! Thank You for Visiting and Joining Our Global Community.
|
|
google unix.com
|
|||||||
| Forums | Register | Forum Rules | Links | Albums | FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
| UNIX for Dummies Questions & Answers If you're not sure where to post a UNIX or Linux question, post it here. All UNIX and Linux newbies welcome !! |
More UNIX and Linux Forum Topics You Might Find Helpful
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| expiration of SSL Certificates | bluridge | Security | 2 | 4 Weeks Ago 01:38 PM |
| Fake certificates on the Internet | iBot | IT Security RSS | 0 | 12-31-2008 10:20 PM |
| A Java API for X.509 Proxy Certificates | iBot | UNIX and Linux RSS News | 0 | 07-07-2008 05:10 AM |
| FTPS : FTP with certificates | BG_JrAdmin | SUN Solaris | 1 | 08-26-2007 10:45 AM |
| SCP - Secure copy with Certificates exchange. | videsh77 | UNIX for Dummies Questions & Answers | 0 | 08-23-2005 06:00 AM |
|
|
LinkBack | Thread Tools | Search this Thread | Rate Thread | Display Modes |
|
||||
|
VSFTPD & SSL Certificates
Hello all
I need a little advice on securing my VSFTPD server. I currently have it setup and working using a self signed certificate by following instructions on the net and im happy with it to a certain extent. One of my clients is not... He said he cannot connect to the server unless he has the certificate to add to his client. I sent him the vsftpd.pem file i had created using the online tutorial but he told me this was not what he was looking for. So im stuck, im not sure what i should be sending him and if thats not what he was looking for what the hell have i just sent him? Have i just given him a confidential file? I also thought that it could be because the certificate is self signed and he might require a signed certificate? in my vsftpd.conf the certificate section looks like this... Code:
ssl_enable=YES allow_anon_ssl=NO force_local_data_ssl=YES force_local_logins_ssl=YES ssl_tlsv1=NO ssl_sslv2=YES ssl_sslv3=YES rsa_cert_file=/etc/vsftpd/vsftpd.pem rsa_private_key_file=/etc/vsftpd/vsftpd.key pam_service_name=vsftpd ---------- Post updated at 07:15 AM ---------- Previous update was at 04:30 AM ---------- I believe i might of found what i need to do. I think i need to extract the public key and crt from the .pem file. How can this be achived? Apparently the file the client needs is either a .key and a .crt (im guessing these must be public) or a .p12 / .pfk Can someone please help, time is not on my side. Last edited by pludi; 3 Weeks Ago at 05:53 AM.. Reason: code tags, please... |
| Bookmarks |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|