FTP over SSL/TLS on WEC2013 - ssl

does anybody know if it is possible (and if yes how) to activate ftp over SSL/TLS on WEC2013?
FTPD is activated in the Image and we also got httpd with ssl working. I imagine that if https is working that also ftps should work but I cannot find any documentation about this or a hint which registry keys we have to configure.
Thanks and regards
Dominik

I have configured for Windows system. In those days I had follow below link
https://www.namecheap.com/support/knowledgebase/article.aspx/9769/69/ssl-for-ftp-on-windows-servers

Related

How to enable HTTPS for rocketchat in docker container

Recently, I've installed the rocket.chat using docker containers (rocketchat, mongo_db and hubot) but now I would like to enable the HTTPS (SSL) to securize the chat since will be accesible from internet.
Do anyone knows how to setup the SSL files (I have the .key and .cert files) and enable the HTTPS for my rocket.chat ?
To install the tool I followed this guide LINK (the guide is in spanish, if you need anything else, just let me know)
Thanks in advance
Kind Regards
kv
You can use nginx to create a reverse proxy for that. You can use Let's Encrypt to get the certificates.
Here is a more detailed guide: https://rocket.chat/docs/installation/docker-containers/#5-installing-nginx-ssl-certificate

Installing SSL on server TrustStore - Cielo?

Hi I am using a server with cPanel, and I want to instal the SSL of Cielo on my TrustedStore, the Cielo gives us 3 archives .crt and I don't know how to do that.
If somebody helps, me I will be grateful.
If you need more information, please ask =D
Hello SSL Installation on Cpanel is Easy one
Kindly follow The Guidance which has Screenshots too.
Installing a SSL certificate on your server, using cPanel
If you have WHM access watch this video https://www.youtube.com/watch?v=0ezgd1bDiko
Hope now you Can install the SSL.. ๐Ÿ‘ Good luck.

Setup SNI/SSL in cPanel

I am looking to setup SNI under cPanel, and while I know it's not directly supported just yet:
http://forums.cpanel.net/f145/case-46856-sni-server-name-indicator-ssl-support-cpanel-83661.html
That doesn't mean it can't be done as far as I'm aware.
Does anyone know a guide or have any advice as where to look to set it up?
Any help would be greatly appreciated.
-------- UPDATE --------
I found this link which details how to set it up on Apache but have been told that cPanel overrides the config files:
http://www.techrepublic.com/blog/opensource/configure-apache-to-support-multiple-ssl-sites-on-a-single-ip-address/987
WHM 11.38 now supports SNI:
http://blog.cpanel.net/ssl-improvements-for-cpanel-whm/
Server Name Indicator (SNI)
Currently, itโ€™s common for each SSL Certificate to require its own
dedicated IP address. The cost of this address is typically being
passed down to the end user.
SNI is able to change this paradigm by indicating what hostname the
client is connecting to at the start of the handshake process. This
allows a server to have multiple certificates all installed on the
same IP address. Users on shared servers, that support SNI, will be
able to install their own certificates and bypass the need for a
dedicated address. While this saves on the cost of the dedicated IP
address, this also helps reduce the need for extra addresses.
In order to experience the full benefit of SNI in cPanel & WHM 11.38,
an operating system that supports this functionality will be needed as
well. CentOS 6 is a prime example of such an operating system.
This is the closest I've seen, using mod_gnutls.
http://blog.dembowski.net/2011/10/28/sni-on-centos-5-6-mod_gnutls/
Apparently installing an updated OpenSSL can break lots of other tools and if you install a separate copy you still have to compile Apache to use that one, which breaks the autoupdater.

SSL certificate

I set up shellinabox on my linux box to access my PC from work and registered a domain name (goofy as in developer_forums so as to fool the admins) but there is one little loophole the https site (my pc) does not have an SSL certificate. How can i fix that ?
These kind people will generate you a free ssl certificate and provide installation instructions
http://www.startssl.com/
That said I agree with what was suggested in your comments, ssh would be a better, safer and easier way to get the same result.

Setting up SSL in Active Directory how-to

I need to set up SSL over Active Directory. I googled a lot but could not found a decent write up about how to do this. Please if you know some good resources about this let me know.
Thanks!
Sounds easy - but I ran into quite a few problems getting trusted connections with SSL working in our environment. The article was about ADAM but is just as applicable for AD. In our environment I couldn't install domain-related services like cert-server, nor act as domain-admin.
I blogged about how I got this working a while back
http://stephbu.wordpress.com/2006/11/29/using-adam-with-asp-net-2-0-activedirectorymembershipprovider/
Dan and Erlend's postings were invaluable.
Took some backflips to get it done.
The Lightweight Directory Access Protocol (LDAP) is used to read from and write to Active Directory. By default, LDAP traffic is transmitted unsecured. You can make LDAP traffic confidential and secure by using Secure Sockets Layer (SSL) / Transport Layer Security (TLS) technology. You can enable LDAP over SSL (LDAPS) by installing a properly formatted certificate from either a Microsoft certification authority (CA) or a non-Microsoft CA according to the guidelines in this article.
http://support.microsoft.com/kb/321051
Can you be more specific. What is the client trying to do? Active directory support ldap over ssl by default. There is nothing that should be done to activate it. It is done in port 636/tcp. http://technet.microsoft.com/en-us/library/bb727063.aspx
The absolute fastest way to install SSL into AD is to load MS certificate services. Once this is installed, all domain controllers will request a new certificate automatically and update themselves...