Skip to content

Instantly share code, notes, and snippets.

View jpcweb's full-sized avatar
🏝️

Jérémie Payet jpcweb

🏝️
  • JPC WEB
  • Tahiti
View GitHub Profile
@jpcweb
jpcweb / gist:9b5aaadb461c8bdb78ccf8aabfc30902
Last active June 16, 2020 02:04 — forked from mtigas/gist:952344
Mini tutorial for configuring client-side SSL certificates.

Client-side SSL

For excessively paranoid client authentication.


Updated Apr 5 2019:

because this is a gist from 2011 that people stumble into and maybe you should AES instead of 3DES in the year of our lord 2019.

some other notes:

@jpcweb
jpcweb / main.yml
Created June 11, 2020 21:25 — forked from fulv/main.yml
Ansible - Creating users and copying ssh keypair files to the remote server
Put this in your `local-configure.yml` file, add as many users as you need:
users:
- name: fulvio
sudoer: yes
auth_key: ssh-rsa blahblahblahsomekey this is actually the public key in cleartext
- name: plone_buildout
group: plone_group
sudoer: no
auth_key: ssh-rsa blahblahblah ansible-generated on default
@jpcweb
jpcweb / SmartGit Trial
Created August 1, 2019 08:59 — forked from thanhtam92/SmartGit Trial
Changing SmartGit Free Trial License to Non-Commercial
Changing SmartGit Free Trial License to Non-Commercial
Some developers might overlook the license selection when using the SmartGit. Instead of choose non-commercial, they by default clicked Next on the “30 days Free Trial”. Worse thing is reinstall the SmartGit won’t get you to change the license.
To alter the license. First, go to
Windows: %APPDATA%\syntevo\SmartGit\<main-smartgit-version>
OS X: ~/Library/Preferences/SmartGit/<main-smartgit-version>
Unix/Linux: ~/.smartgit/<main-smartgit-version>