Skip to content

Instantly share code, notes, and snippets.

@smallvil
smallvil / rhel6.4-yum-error.txt
Created October 25, 2013 04:50
rhel6.4 yum error
########################################################################################
# issue
########################################################################################
#LOCALE ko_KR.utf8 error
#LOCALE C pass
#LOCALE ja_JP.utf8 error
#LOCALE en_US.utf8 pass
[root@rhel6 ~]#yum
/* Load어쩌구 생략 */
@smallvil
smallvil / nginx-ssl-ssllabs-pass.conf
Created September 10, 2013 05:09
ssllabs ssl-test pass configuration file Overall Rating : A
server {
# https://www.ssllabs.com/ssltest
# Overall Rating : A
# Certificate : 100
# Protocol Support : 85
# Key Exchange : 95
# Cipher Strength : 90
listen 443;
server_name domain;
@smallvil
smallvil / ssl.conf
Created July 6, 2013 15:28
startssl for nginx configuration file
# HTTPS server
#
# 2013-07-07 secure.get9.net
# cat get9.net.crt sub.class1.server.ca.pem ca.pem > get9.net-nginx.crt
server {
listen 443;
server_name secure.get9.net;