- Szeraax
- Joined:
- Posts:
- 10
- Location:
- Utah, USA
Development build request
Advertisement
I would like a copy of the development version to test out Client Certs. Can I get it as a portable ZIP since this is just for testing? If not, regular installer will work. Thanks!
Advertisement
- Szeraax
- Joined:
- Posts:
- 10
- Location:
- Utah, USA
No longer needed. I got my hands on it :)
I wish that I could specify a .cer (base64, not DER or whatever it is called) and.key file for client certificate. Is that on your plan for the future of client certificates? If not, I'll create a new topic here.
I will note that using openssl to combine those into a .pfx with a -passphrase=xxxx works just great as well, so the 5.8 client functionality is 100% working.
Thanks for the amazing program!
I wish that I could specify a .cer (base64, not DER or whatever it is called) and.key file for client certificate. Is that on your plan for the future of client certificates? If not, I'll create a new topic here.
I will note that using openssl to combine those into a .pfx with a -passphrase=xxxx works just great as well, so the 5.8 client functionality is 100% working.
Thanks for the amazing program!
-
martin◆
Site Admin - Joined:
- Posts:
- 41,440
- Location:
- Prague, Czechia
How did you get it?No longer needed. I got my hands on it :)
It should be working. Select theI wish that I could specify a .cer (base64, not DER or whatever it is called) and.key file for client certificate. Is that on your plan for the future of client certificates? If not, I'll create a new topic here.
.key
and WinSCP will look for .cer
or .crt
with the same base name.
- Szeraax
- Joined:
- Posts:
- 10
- Location:
- Utah, USA
How did you get it?No longer needed. I got my hands on it :)
It should be working. Select theI wish that I could specify a .cer (base64, not DER or whatever it is called) and.key file for client certificate. Is that on your plan for the future of client certificates? If not, I'll create a new topic here..key
and WinSCP will look for.cer
or.crt
with the same base name.
I emailed another user on this forum that received a link from you who made their email address publicly available and then edited the URI to point to the latest build. I was trying to get an automation project done by today >.<
It looks like using .key and a .cer (but only the Base64 encoded version) worked for me. For operability, the other encoding might be good for WinSCP to read so that people don't have to install a cert and then export from the certstore with the right encoding (like I did).
-
martin◆
Site Admin - Joined:
- Posts:
- 41,440
- Location:
- Prague, Czechia
So what particular format is not working? How do you generate it?It looks like using .key and a .cer (but only the Base64 encoded version) worked for me. For operability, the other encoding might be good for WinSCP to read so that people don't have to install a cert and then export from the certstore with the right encoding (like I did).
Advertisement
- Szeraax
- Joined:
- Posts:
- 10
- Location:
- Utah, USA
So what particular format is not working? How do you generate it?It looks like using .key and a .cer (but only the Base64 encoded version) worked for me. For operability, the other encoding might be good for WinSCP to read so that people don't have to install a cert and then export from the certstore with the right encoding (like I did).
See attached image. The file I had was a DER encoded binary. I have tested and found you can convert the DER binary to Base-64 encoded X.509 (the other option in the picture below) by:
1) Convert to base 64
2) Prepend -----BEGIN CERTIFICATE-----\r\n
3) Append \r\n-----END CERTIFICATE-----\r\n
So if read a file and do the same thing, you should be able to load cert as your code already does from there. If you decide to program this in, I will be happy to test, verify, and report. Also, should you need it, I can send a copy of my DER cert and you can test decoding it.
-
martin◆
Site Admin
Thanks for your answer. I'll look into it. I'll contact you once I have anything to test.
-
martin◆
Site Admin - Joined:
- Posts:
- 41,440
- Location:
- Prague, Czechia
This request has been added to the tracker:
https://winscp.net/tracker/1388
I'm sending you an email with a development version of WinSCP to the address you have used to register on this forum.
https://winscp.net/tracker/1388
I'm sending you an email with a development version of WinSCP to the address you have used to register on this forum.
- Szeraax
- Joined:
- Posts:
- 10
- Location:
- Utah, USA
This request has been added to the tracker:
https://winscp.net/tracker/1388
I'm sending you an email with a development version of WinSCP to the address you have used to register on this forum.
It is working great. Please close bug on tracker. Thanks!
Advertisement
You can post new topics in this forum