Add new attachment

Only authorized users are allowed to upload new attachments.

List of attachments

Kind Attachment Name Size Version Date Modified Author Change note
jpg
Clipboard01.jpg 262.2 kB 1 05-Dec-2023 05:32 Ada Csaba
jpg
Clipboard02.jpg 50.9 kB 1 05-Dec-2023 05:32 Ada Csaba
jpg
Clipboard03.jpg 93.9 kB 1 05-Dec-2023 05:32 Ada Csaba
jpg
Clipboard04.jpg 281.0 kB 1 05-Dec-2023 05:32 Ada Csaba
jpg
Clipboard05.jpg 157.8 kB 1 05-Dec-2023 05:32 Ada Csaba
jpg
Clipboard06.jpg 176.1 kB 1 05-Dec-2023 05:32 Ada Csaba
jpg
Clipboard07.jpg 153.7 kB 1 05-Dec-2023 05:32 Ada Csaba
jpg
Clipboard08.jpg 180.0 kB 1 05-Dec-2023 05:32 Ada Csaba
jpg
Clipboard09.jpg 73.7 kB 1 05-Dec-2023 05:32 Ada Csaba
jpg
Clipboard10.jpg 118.9 kB 2 05-Dec-2023 05:32 Ada Csaba
jpg
Clipboard11.jpg 118.9 kB 1 05-Dec-2023 05:32 Ada Csaba

This page (revision-32) was last changed on 25-Sep-2024 04:41 by Ben Spink

This page was created on 05-Dec-2023 05:32 by Ben Spink

Only authorized users are allowed to rename pages.

Only authorized users are allowed to delete pages.

Difference between version and

At line 1 changed one line
Here are example commands for generating your own Certificate Authority, and signing your own keys to distribute to end users.
''Browsers require the server certificate to have been signed by the same certificate authority that signed the client certificate or else the browser will not even submit the certificate.''
At line 3 added 4 lines
!!!Generic method using openSSL command line tools
Here are example commands for generating your own Certificate Authority, and signing your own keys to distribute to end users. This tool may help as its graphical instead of command line: http://xca.sourceforge.net/
At line 4 changed one line
openssl req -newkey rsa:512 -nodes -out ca.csr -keyout ca.key
openssl req -newkey rsa:4096 -nodes -out ca.csr -keyout ca.key
At line 15 removed 2 lines
Please enter the following 'extra' attributes
to be sent with your certificate request
At line 31 added 7 lines
----\\
\\
Server side truststore listed with Portecle
[{Image src='Clipboard03.jpg' width='80%' height='60%' align='left|center|right' style='..' class='..' }]\\
\\
----\\
Config visuals, the port settings for client cert auth\\
At line 39 added 5 lines
[{Image src='Clipboard01.jpg' width='80%' height='60%' align='left|center|right' style='..' class='..' }]\\
\\
Server side cert store and trust store in same directory
[{Image src='Clipboard02.jpg' width='80%' height='60%' align='left|center|right' style='..' class='..' }]
At line 32 changed 2 lines
openssl req -newkey rsa:512 -nodes -out myuser.req -keyout myuser.key
openssl req -newkey rsa:4096 -nodes -out myuser.req -keyout myuser.key
}}}
Fill in the information on this client's key you are building. Note that the Common Name must be the username of the client, or "NOLOGIN_" and anything else.
{{{
Country Name (2 letter code) [AU]:US
State or Province Name (full name) [Some-State]:Texas
Locality Name (eg, city) []:Ft. Worth
Organization Name (eg, company) [Internet Widgits Pty Ltd]:CrushFTP
Organizational Unit Name (eg, section) []:Development
Common Name (eg, YOUR name) []:myuser
Email Address []:ben@crushftp.com
A challenge password []:
An optional company name []:
}}}
Now we build the "myuser.p12" file that we need. This is what we will distribute to the end user for them to add to their browser to allow them access.
{{{
At line 65 added 25 lines
!!!Using Microsoft AD Certification Services
First create the trust store, by exporting the CA's public cert, in p12/pfx format, or if the server's security settings don't allow that, export as PEM encoded .cer then create a .pfx file with Portecle, import the cert as trusted. Make sure the password is exactly the same as the main SSL keystore's and the file is named identically with the _trust suffix appended.
[{Image src='Clipboard11.jpg' width='80%' height='80%' align='left|center|right' style='..' class='..' }]
Before create the client cert, need to make sure to have a generic client cert template that can be enrolled by the admin. For that, duplicate the default User certificate template, set the permissions for the current admin, etc.
[{Image src='Clipboard04.jpg' width='80%' height='60%' align='left|center|right' style='..' class='..' }]
Then issue the client cert based on this template, set the Common Name (CN) field in the Subject as the user login name, exact match.
[{Image src='Clipboard05.jpg' width='80%' height='60%' align='left|center|right' style='..' class='..' }]
[{Image src='Clipboard06.jpg' width='80%' height='60%' align='left|center|right' style='..' class='..' }]
[{Image src='Clipboard07.jpg' width='80%' height='60%' align='left|center|right' style='..' class='..' }]
Finally, export the client cert to p12/pfx format, import it into the web browser's certificate store as Personal certificate
[{Image src='Clipboard08.jpg' width='80%' height='60%' align='left|center|right' style='..' class='..' }]
When accessing the server with a web browser , the user is prompted to choose the appropriate client cert, then is logged in automatically (or prompted for the password as the second factor, if the CN was set to NOLOGIN_username )
[{Image src='Clipboard09.jpg' width='80%' height='60%' align='left|center|right' style='..' class='..' }]
Version Date Modified Size Author Changes ... Change note
32 25-Sep-2024 04:41 5.457 kB Ben Spink to previous
31 05-Dec-2023 05:32 5.263 kB Sandor to previous | to last
30 05-Dec-2023 05:32 5.262 kB Sandor to previous | to last
29 05-Dec-2023 05:32 5.261 kB Ada Csaba to previous | to last
28 05-Dec-2023 05:32 5.131 kB Ada Csaba to previous | to last
27 05-Dec-2023 05:32 5.072 kB Ada Csaba to previous | to last
26 05-Dec-2023 05:32 5.072 kB Ada Csaba to previous | to last
25 05-Dec-2023 05:32 5.072 kB Ada Csaba to previous | to last
24 05-Dec-2023 05:32 5.041 kB Ada Csaba to previous | to last
23 05-Dec-2023 05:32 5.042 kB Ada Csaba to previous | to last
22 05-Dec-2023 05:32 5.041 kB Ada Csaba to previous | to last
21 05-Dec-2023 05:32 4.796 kB Ada Csaba to previous | to last
« This page (revision-32) was last changed on 25-Sep-2024 04:41 by Ben Spink
G’day (anonymous guest)
CrushFTP11 | What's New
JSPWiki