Posts Tagged “ssl”

yum install mod_dav_svn  mod_ssl

[root@lucifer ~] htpasswd -cm /etc/-auth-conf yourusername
New password:
Re-type new password:
Adding password for user yourusername
[root@lucifer ~] htpasswd -m /etc/-auth-conf anotherusername
New password:
Re-type new password:
Adding password for user anotherusername

[root@lucifer ~] cd /var/www/ -- Or wherever you placed your path above
[root@lucifer ~] mkdir 
[root@lucifer ~] cd 
[root@lucifer ~] svnadmin create repos
[root@lucifer ~] chown -R apache.apache repos
[root@lucifer ~] service  restart
server# openssl genrsa -des3 -rand file1:file1 -out .key 1024
server# openssl rsa -in .key -out .pem
server# openssl req -new -key .pem -out .csr
server# openssl x509 -req -days 365 -in .csr -signkey .pem -out .crt
server# cp .crt /etc//conf/ssl.crt/
server# cp .pem /etc//conf/ssl.key/
server# chmod go-rwx /etc//conf/ssl.crt/.crt
server# chmod go-rwx /etc//conf/ssl.key/.pem

nano /etc//conf.d/.conf

<VirtualHost 192.168.1.2:443>
DocumentRoot "/var/www//repos/"
ServerName -server
SSLEngine on
SSLCipherSuite ALL:!ADH:!EXPORT56:RC4+RSA:+HIGH:+MEDIUM:+LOW:+SSLv2:+EXP
SSLCertificateFile /etc//conf/ssl.crt/.crt
SSLCertificateKeyFile /etc//conf/ssl.key/.pem
<Location /repos>
DAV 
SVNPath /var/www//repos
AuthType Basic
AuthName " repos"
AuthUserFile /etc/-auth-conf
Require valid-user
</Location>
ServerAdmin xxx@.com
</VirtualHost>
server# apachectl restart

Windows XP/Vista/Win7 client – http://tortoisesvn.net/downloads

Viri:

http://wiki..org/HowTos/

http://ricardo.strangevistas.net/setup--securely-on-.html

Tags: , , , ,

Comments No Comments »

Configure to Always SSL

Ko se prijavite v račun kliknite desno zgoraj NASTAVITVE.


google-gmail-settings

in poiščite:

Povezava z brskalnikom:

-
-  Ne uporabi vedno https

google-settings-always-use-https

google--always--https

Vir

Tags: , , , , , , ,

Comments 1 Comment »

Downloadable Registry Hack

Google is actually nice enough to provide a downloadable registry hack to make the work properly. Just extract the zip file, and double-click on the included notifier_https.reg file to turn on SSL for your . There’s an included undo script as well.

Download Gmail Notifier SSL script from google.com

Tags: , , , ,

Comments No Comments »

Page 1 of 11
Urban Cetinski