`

https and subversion

阅读更多

启动SSLEngine 参考http://httpd.apache.org/docs/2.4/ssl/ssl_howto.html

<VirtualHost *:443>

        SSLEngine on

        SSLCertificateFile    /etc/apache2/ssl.key/server.cert

        SSLCertificateKeyFile /etc/apache2/ssl.key/server.key

<VirtualHost>

查看openssl版本

openssl version -a

生成server.key

openssl genrsa -des3 -out server.key 1024

生成csr

openssl req -new -key server.key -out server.csr

生成CA的crt

openssl req -new -x509 -key server.key -out ca.crt -days 3650

对csr签名形成证书

openssl x509 -req -days 3650 -in server.csr -CA ca.crt -CAkey server.key -CAcreateserial -out server.crt

 

参考 http://httpd.apache.org/docs/2.4/ssl/ssl_faq.html#realcert

集成svn

<Location /svn/myproject>

DAV svn

SVNPath /home/svn/myproject

AuthType Basic

AuthName "myproject subversion repository"

AuthUserFile /etc/subversion/passwd

#<LimitExcept GET PROPFIND OPTIONS REPORT>

Require valid-user

#</LimitExcept>

</Location>

 

分享到:
评论

相关推荐

    Linux下暴力破解工具Hydra详解

    SQL, MYSQL, NCP, NNTP, Oracle Listener, Oracle SID, Oracle, PC-Anywhere, PCNFS, POP3, POSTGRES, RDP, Rexec, Rlogin, Rsh, SAP/R3, SIP, SMB, SMTP, SMTP Enum, SNMP, SOCKS5, SSH (v1 and v2), Subversion, ...

    Android代码-picocontainer

    If you want the previous PicoContainer (2.x), it is still at Codehaus in Subversion: Source here: https://svn.codehaus.org/picocontainer/java/2.x/trunk Binaries here: https://nexus.codehaus.org/conten

    ns3.30程序压缩包加学习教程加学习手册.zip

    Git is a VCS like Mercurial, Subversion or CVS, and it is used to maintain many open-source (and closed-source) projects. While git and mercurial have a lot of common properties, if you are new to ...

    TFTPUtil_Class_Version_1.3.0.zip_Open Net_tftp server_tftputil_v

    For additions, changes, and fixes please see the ChangeLog License information detailed in License.txt TFPTUtil is an open source TFTP server written in C#. http://sourceforge.net/projects/tftputil ...

    svn-1.4.3-setup.exe.7z

    安装 Apache 安装 Apache 的先决条件是有一台安装了 Windows 2000,Windows XP SP1+,Windows 2003,Vista 或 Windows Server 2008 的计算机。 警告 请注意,Windows XP 如果...and at the bottom #Include conf/...

    k2t openwrt固件

    find, grep, diff, unzip, gawk, getopt, subversion, libz-dev and libc headers. Run "./scripts/feeds update -a" to get all the latest package definitions defined in feeds.conf / feeds.conf.default ...

    TComPort4BetaDelphi2010.rar

    This is subversion revision 20 of TComPort version 4.0 with minimal support (package files and .inc file updates) for delphi 2010. Download Location: https://sourceforge.net/projects/comport/files/

    VisualSVN-5.2.1_破解版

    Compiled with Apache Subversion 1.10.2. Supports all editions of Visual Studio (except the Express editions). 请配合TortoiseSVN 1.10.1 版本使用,安装破解说明在压缩包内. TortoiseSVN地址 ...

    hydra 7.2 win32

    SMTP Enum, SNMP, SOCKS5, SSH (v1 and v2), Subversion, Teamspeak (TS2), Telnet, VMware-Auth, VNC and XMPP. However the module engine for new services is very easy so it won't take a long time until ...

    VisualSVN-5.3.1最新破解版.rar

    VisualSVN 5.3 supports Visual Studio 2015, 2013, 2012, 2010, 2008 and 2005. Compiled with Apache Subversion 1.11.1. Supports all editions of Visual Studio (except the Express editions).

    cutie2:eeti.me的可爱聊天机器人的第二个版本。 该存储库是从eeti.me的git存储库中镜像的

    git clone https://github.com/eeti/cutie2git clone https://github.com/seishun/node-steam node_modules/steamcd node_modules/steamnpm install # You must have subversion installed and in your PATHcd ../....

    开源bbs源码java-dshs-oj-install:安装临时

    开源 bbs 源码 java Tips If the OJ installation is ...and ...and ...注意:基于本项目源码从事科研、论文、系统开发...subversion sudo svn co https://github.com/zhblue/hustoj/trunk/trunk/install hustoj cd hustoj sudo

    ohloh_scm:Ohloh源代码管理管理库

    Ohloh单片机OpenHub源代码管理管理库总览Ohloh SCM... $ git clone https://github.com/blackducksoftware/ohloh_scm$ cd ohloh_scm$ git checkout -b v3# To run all tests, we need to start the ssh server and set

Global site tag (gtag.js) - Google Analytics