Copy ssl certificate from centOS 7 to windows for beats

I have copied ssl certificate from te ELK server, set up on cent OS 7, with this command

scp /etc/pki/tls/certs/logstash-forwarder.crt user@client_server_private_address:/tmp
but then how should I place it into the Windows 2012 r2?

Thanks.

if there is an sshd daemon running on the winddows 2012 r2 box, then:
scp logstash-forwarder.crt user@windows-r2:/

on widows machine, move the crt to a secure location, in the filebeat.yml point filebeat to where the crt resides.

If you can push the crt to the window box using ssh, the go on the windows box and winscp to the the centos7 box and pull the cert. then put where you want and point filebeat to it

Please don't use the LS Forwarder, it is deprecated and will be unsupported at some point soon.
Use Filebeat instead.

So how should I configure filebeat instead

Start here - https://www.elastic.co/guide/en/beats/filebeat/current/index.html
Then ask any questions in the Beats section!