#yum install -y openssl-devel db4 db4-devel mysql-server mysql-devel perl-XML-Parser httpd
# rpm -Uvh openca-tools-1.3.0-1.el5.i386.rpm
# tar xvf openca-base-1.1.1.tar.gz
# cd openca-base-1.1.1
# mysql -u root -p
Enter password:
Welcome to the MySQL monitor. Commands end with ; or \g.
Your MySQL connection id is 7
Server version: 5.0.77 Source distribution
Type 'help;' or '\h' for help. Type '\c' to clear the buffer.
ERROR: Bareword "ERR_USER_STATUS_UNKNOWN" not allowed while "strict subs" in use at /opt/openca/lib/openca/perl_modules/perl5/OpenCA/User.pm line 373, line 275.
Added:
+ use constant ERR_USER_STATUS_UNKNOWN => [ 3100, "Could not determine user status" ];
2 /opt/openca/lib/openca/functions/initServer
ERROR: Global symbol "$curr_user" requires explicit package name at /opt/openca/lib/openca/functions/initServer line 269, line 275.
ERROR: syntax error at /opt/openca/lib/openca/functions/initServer line 753, near ");"
Canged:
- i18nGettext ( "OpenCA::User init error!" );
+ i18nGettext ( "OpenCA::User init error!" )
or Download at: http://ftp.openca.org/openca-base/fixes/v1.1.1/err_user_unknown/
# cd /usr/sbin/
# ln -s /opt/openca/etc/init.d/openca openca
#openca start
Txt file: http://www.mediafire.com/?09pj4ubuyad8dpl
Videos:
Install OpenCA:
Initializate Root CA:
Initializate Sub CA:
Using to sign and encrypt email:
Using for SSL:
Or full: http://www.mediafire.com/?o9xe45ohr9t1id9
------------------------------------------------------------ Thanks for reading -------------------------------------------------------------------------- All my Lab: Linux Lab -- window and Cisco Lab
to be continued - I will update more.
Useful Tutorial, but may I ask what are you trying to do exactly?
I have a project to setup a simple file download system for users with OpenCA authentication by peers. Can you point me where to start? I can't find any PHP scripts out there that use OpenCA.
I get the following error when I try to get access to openCA through web interface OpenCA Error: Server is not online or does not accept requests (/etc/openca/var/openca/tmp/openca_socket - /etc/openca/var/openca/tmp/openca_socket). 0
Anonymous said…
thanks you for the video please i want to install openca on fedora 23, how do much? my contact is ngallyduova@yahoo.fr /dngally.megasoft@gmail.com
Anh ơi e đang cài Open CA trên Centos 6.10. E làm xong r mà đến lúc vô web bị lỗi: OpenCA Error: Server not online or does not accept requests (/var/openca/var/tmp/openca_socket... E đang dùng bản openca-base 1.5.1 mới nhất ạ. Mong a có lời giải đáp, e cám ơn
Today, i am working with python. I need write script to read one file, and get line by line, per line deliver one thread process ( total 10 threads). I want solution, so i chose working with thread and queue. In python, when procsess initializate, this process will be assigned with queue, and working with this queue. We will put data ( in this case is line) to queue. Process will read from queue, so, all processes can read one file, not overlap :D import threading import Queue #Number of threads n_thread = 5 #Create queue queue = Queue.Queue() class ThreadClass(threading.Thread): def __init__(self, queue): threading.Thread.__init__(self) #Assign thread working with queue self.queue = queue def run(self): while True: #Get from queue job host = self.queue.get() print self.getName() + ":" + host #signals to queue job is done self.queue.task_done() #Create number proce
PHẦN 3: BẢO VỆ AN TOÀN THÔNG TIN ỨNG DỤNG WEB I. Quy hoạch, thiết kế hệ thống web an toàn 1. Mô hình triển khai ứng dụng web Trong phần trên, chúng ta đã tìm hiểu về các loại lỗ hổng cơ bản thường thấy trong hệ thống ứng dụng web. Phần này chúng ta sẽ tiếp tục tìm hiểu cơ chế bảo mật/phòng thủ trong từng bước xây dựng, triển khai hệ thống ứng dụng web. Thông thường, quá trình xây dựng/triển khai hệ thống ứng dụng web gồm 4 bước cơ bản: Quy hoạch/thiết kế Phát triển Triển khai Vận hành Tương ứng với mỗi bước là từng chức năng cụ thể. Trong mỗi chức năng giai đoạn này, yếu tố an toàn thông tin là bắt buộc phải có. Phần hai này sẽ trình bày các yếu tố, phương pháp đảm bảo an toàn thông tin trong từng bước đó. An toàn thông tin trong quy hoạch/thiết kế ứng dụng web được trình bày trong mục I phần 2 này. An toàn thông tin trong phát triển ứng dụng web được trình bày trong mục II phần 2. An toàn thông tin trong triển khai và vận hành hệ thống web trình bày trong mục III, IV phần 2. Với mỗi
Hi all! Do quá nhiều bạn pm hỏi mình về cuốn "Hướng dẫn Audit ứng dụng web" có bán trên Google Book, mà thực ra mình không có upload lên đó. Có thể 1 bạn học viên ngày trước của mình đã upload lên. Cuốn đó là part 4 trong bộ đào tạo về ATTT ứng dụng web. Mình viết cũng khá lâu rồi (từ 2014, nay được 7 năm). Nội dung về nhiều mảng ATTT ứng dụng web, từ khái niệm cơ bản, các nguy cơ, cách bảo vệ (nguyên lý, phương pháp, và đánh giá). Link của cuốn này mọi người có thể tham khảo trong đây nhé. PHẦN 1: KIẾN THỨC CƠ SỞ I. Kiến trúc ứng dụng web. 1. Các thành phần hệ thống ứng dụng web 2. Giao thức HTTP, HTTPS 3. Nguyên lý hoạt động của WebServer II. Các thành phần ứng dụng web 1. URL – Uniform Resource Locator 2. URI – Uniform Resource Identifiers 3. HTML 4. Javascript 5. CSS 6. Cookie 7. Session 8. View-state III.Các công nghệ phổ biến trong phát triển ứng dụng web 1. JSON 2. XML 3. XHTML 4. HTML5 5. AJAX 6. Web 2.0 7.
Comments
Useful Tutorial, but may I ask what are you trying to do exactly?
I have a project to setup a simple file download system for users with OpenCA authentication by peers. Can you point me where to start? I can't find any PHP scripts out there that use OpenCA.
OpenCA Error: Server is not online or does not accept requests (/etc/openca/var/openca/tmp/openca_socket - /etc/openca/var/openca/tmp/openca_socket). 0
please i want to install openca on fedora 23, how do much?
my contact is ngallyduova@yahoo.fr /dngally.megasoft@gmail.com
OpenCA Error: Server not online or does not accept requests
(/var/openca/var/tmp/openca_socket...
E đang dùng bản openca-base 1.5.1 mới nhất ạ. Mong a có lời giải đáp, e cám ơn