Pastebin
API
tools
faq
paste
Login
Sign up
Please fix the following errors:
New Paste
Syntax Highlighting
VERSION = 1.1.1 TODAY = 20120329 TRANSLATIONS = de_DE el_GR en_GB es_ES fr_FR it_IT ja_JP pl_PL sl_SI ru_RU LOCALES = C $(TRANSLATIONS) DIST_NAME = Debian DIST_VERSION = 6.0 DEST_DIR = BUILD_ROOT = PACKAGE_NAME = openca PACKAGE_VERSION = 1.1.0 BUILD_OS = linux-gnu BUILD_ARCH = linux BUILD_TARGET = x86 #-------- installation paths: -------- ca_organization = klantX ca_locality = ca_state = ca_country = service_mail_account = openca@klantX.nl support_mail_address = support@pki.openca.org prefix = $(DEST_DIR)/opt/openca-1.1.0 exec_prefix = /opt/openca-1.1.0 openca_tools_prefix = perl_modules_prefix = $(DEST_DIR)/opt/openca-1.1.0/lib/openca/perl_modules httpd_fs_prefix = /var/www batch_htdocs_fs_prefix = $(DEST_DIR)/var/www/html/pki/batch batch_htdocs_url_prefix = /pki/batch batch_cgi_fs_prefix = $(DEST_DIR)/var/www/cgi-bin/pki/batch batch_cgi_url_prefix = /cgi-bin/pki/batch ca_htdocs_fs_prefix = $(DEST_DIR)/var/www/html/pki/ca ca_htdocs_url_prefix = /pki/ca ca_cgi_fs_prefix = $(DEST_DIR)/var/www/cgi-bin/pki/ca ca_cgi_url_prefix = /cgi-bin/pki/ca node_htdocs_fs_prefix = $(DEST_DIR)/var/www/html/pki/node node_htdocs_url_prefix = /pki/node node_cgi_fs_prefix = $(DEST_DIR)/var/www/cgi-bin/pki/node node_cgi_url_prefix = /cgi-bin/pki/node ra_htdocs_fs_prefix = $(DEST_DIR)/var/www/html/pki/ra ra_htdocs_url_prefix = /pki/ra ra_cgi_fs_prefix = $(DEST_DIR)/var/www/cgi-bin/pki/ra ra_cgi_url_prefix = /cgi-bin/pki/ra ldap_htdocs_fs_prefix = $(DEST_DIR)/var/www/html/pki/ldap ldap_htdocs_url_prefix = /pki/ldap ldap_cgi_fs_prefix = $(DEST_DIR)/var/www/cgi-bin/pki/ldap ldap_cgi_url_prefix = /cgi-bin/pki/ldap pub_htdocs_fs_prefix = $(DEST_DIR)/var/www/html/pki/pub pub_htdocs_url_prefix = /pki/pub pub_cgi_fs_prefix = $(DEST_DIR)/var/www/cgi-bin/pki/pub pub_cgi_url_prefix = /cgi-bin/pki/pub scep_cgi_fs_prefix = $(DEST_DIR)/var/www/cgi-bin/pki/scep scep_cgi_url_prefix = /cgi-bin/pki/scep # New PRQP support prqp_server_uri = http://klantXca2:830/ ocsp_server_uri = http://klantXca2:2560/ batch_prefix = batch ca_prefix = ca node_prefix = node ra_prefix = ra ldap_prefix = ldap pub_prefix = pub scep_prefix = scep init_dir = $(DEST_DIR)/opt/openca-1.1.0/etc/init.d etc_prefix = $(DEST_DIR)/opt/openca-1.1.0/etc/openca lib_prefix = $(DEST_DIR)/opt/openca-1.1.0/lib/openca var_prefix = $(DEST_DIR)/opt/openca-1.1.0/var/openca db_type = mysql DEST_BINDIR = $(DEST_DIR)${exec_prefix}/bin DEST_DATADIR = $(DEST_DIR)${prefix}/share DEST_INFODIR = $(DEST_DIR)${prefix}/share/info DEST_LIBDIR = $(DEST_DIR)${exec_prefix}/lib/openca DEST_MANDIR = $(DEST_DIR)${prefix}/share/man DEST_SBINDIR = $(DEST_DIR)${exec_prefix}/sbin doc_prefix = $(DEST_DATADIR)/doc/openca #-------- for installation as writable by the httpd: -------- httpd_user = www-data httpd_group = www-data #-------- for installation as not writable by the httpd: -------- openca_user = www-data openca_group = www-data #-------- for distribution building: -------- dist_user = boudewijn dist_group = boudewijn package_build = no enable_mysql = enable_pg = #-------- build and utility programs: -------- MAKE = /usr/bin/make -s SHELL = /bin/sh GZIP = /usr/bin/gzip TAR = /bin/tar PWD = /home/boudewijn/SVN/klantX/openca/openca-packages/openca-base-1.1.1 ## sometimes "-D -c" must be added here INSTALL = /usr/bin/install -c MKDIR = /bin/mkdir CHMOD = /bin/chmod CHOWN = /bin/chown ECHO = /bin/echo SED = /bin/sed CAT = /bin/cat MV = /bin/mv CP = /bin/cp LN_S = ln -s AWK = gawk CC = gcc RM = rm OPENCA_SV = /usr/bin/openca-sv OPENCA_SCEP = /usr/bin/openca-scep PERL = /usr/bin/perl OPENSSL = /usr/bin/openssl OPENSSL_PREFIX = /usr POD2MAN = /usr/bin/pod2man EXTERNAL_MODULES = yes # OPTIONAL_C_MODULES = @OPTIONAL_C_MODULES@ PERL_MAKEFILE_OPTS = DESTDIR="" PREFIX="/opt/openca-1.1.0/lib/openca/perl_modules/perl5" LIB="/opt/openca-1.1.0/lib/openca/perl_modules/perl5" INSTALLMAN1DIR="/opt/openca-1.1.0/lib/openca/perl_modules/man/man1" INSTALLMAN3DIR="/opt/openca-1.1.0/lib/openca/perl_modules/man/man3" INSTALL_BUILDER = ## this is an implementation of GNU's "install -D" __install_dir:: @if test -z "$(DIR)"; then $(MAKE) default; \ else \ if test ! -d $(DIR); then \ $(MAKE) __install_dir DIR=`dirname $(DIR)`; \ if test -n "$(MODE)"; then \ set -x; \ $(INSTALL) -d -o $(USER) -g $(GROUP) -m $(MODE) $(DIR); \ else \ set -x; \ $(INSTALL) -d -o $(USER) -g $(GROUP) $(DIR); \ fi; \ fi; \ fi; ## this is an implementation of relative linking ## it is required to support symlink during installs ## with DEST_DIR in use (package builds) __install_ln_s:: if test -z "$(TARGET)"; then $(MAKE) default; \ else \ $(TOP)/relative_ln_s.sh $(TARGET) $(LINK); \ fi;
Optional Paste Settings
Category:
None
Cryptocurrency
Cybersecurity
Fixit
Food
Gaming
Haiku
Help
History
Housing
Jokes
Legal
Money
Movies
Music
Pets
Photo
Science
Software
Source Code
Spirit
Sports
Travel
TV
Writing
Tags:
Syntax Highlighting:
None
Bash
C
C#
C++
CSS
HTML
JSON
Java
JavaScript
Lua
Markdown (PRO members only)
Objective C
PHP
Perl
Python
Ruby
Swift
4CS
6502 ACME Cross Assembler
6502 Kick Assembler
6502 TASM/64TASS
ABAP
AIMMS
ALGOL 68
APT Sources
ARM
ASM (NASM)
ASP
ActionScript
ActionScript 3
Ada
Apache Log
AppleScript
Arduino
Asymptote
AutoIt
Autohotkey
Avisynth
Awk
BASCOM AVR
BNF
BOO
Bash
Basic4GL
Batch
BibTeX
Blitz Basic
Blitz3D
BlitzMax
BrainFuck
C
C (WinAPI)
C Intermediate Language
C for Macs
C#
C++
C++ (WinAPI)
C++ (with Qt extensions)
C: Loadrunner
CAD DCL
CAD Lisp
CFDG
CMake
COBOL
CSS
Ceylon
ChaiScript
Chapel
Clojure
Clone C
Clone C++
CoffeeScript
ColdFusion
Cuesheet
D
DCL
DCPU-16
DCS
DIV
DOT
Dart
Delphi
Delphi Prism (Oxygene)
Diff
E
ECMAScript
EPC
Easytrieve
Eiffel
Email
Erlang
Euphoria
F#
FO Language
Falcon
Filemaker
Formula One
Fortran
FreeBasic
FreeSWITCH
GAMBAS
GDB
GDScript
Game Maker
Genero
Genie
GetText
Go
Godot GLSL
Groovy
GwBasic
HQ9 Plus
HTML
HTML 5
Haskell
Haxe
HicEst
IDL
INI file
INTERCAL
IO
ISPF Panel Definition
Icon
Inno Script
J
JCL
JSON
Java
Java 5
JavaScript
Julia
KSP (Kontakt Script)
KiXtart
Kotlin
LDIF
LLVM
LOL Code
LScript
Latex
Liberty BASIC
Linden Scripting
Lisp
Loco Basic
Logtalk
Lotus Formulas
Lotus Script
Lua
M68000 Assembler
MIX Assembler
MK-61/52
MPASM
MXML
MagikSF
Make
MapBasic
Markdown (PRO members only)
MatLab
Mercury
MetaPost
Modula 2
Modula 3
Motorola 68000 HiSoft Dev
MySQL
Nagios
NetRexx
Nginx
Nim
NullSoft Installer
OCaml
OCaml Brief
Oberon 2
Objeck Programming Langua
Objective C
Octave
Open Object Rexx
OpenBSD PACKET FILTER
OpenGL Shading
Openoffice BASIC
Oracle 11
Oracle 8
Oz
PARI/GP
PCRE
PHP
PHP Brief
PL/I
PL/SQL
POV-Ray
ParaSail
Pascal
Pawn
Per
Perl
Perl 6
Phix
Pic 16
Pike
Pixel Bender
PostScript
PostgreSQL
PowerBuilder
PowerShell
ProFTPd
Progress
Prolog
Properties
ProvideX
Puppet
PureBasic
PyCon
Python
Python for S60
QBasic
QML
R
RBScript
REBOL
REG
RPM Spec
Racket
Rails
Rexx
Robots
Roff Manpage
Ruby
Ruby Gnuplot
Rust
SAS
SCL
SPARK
SPARQL
SQF
SQL
SSH Config
Scala
Scheme
Scilab
SdlBasic
Smalltalk
Smarty
StandardML
StoneScript
SuperCollider
Swift
SystemVerilog
T-SQL
TCL
TeXgraph
Tera Term
TypeScript
TypoScript
UPC
Unicon
UnrealScript
Urbi
VB.NET
VBScript
VHDL
VIM
Vala
Vedit
VeriLog
Visual Pro Log
VisualBasic
VisualFoxPro
WHOIS
WhiteSpace
Winbatch
XBasic
XML
XPP
Xojo
Xorg Config
YAML
YARA
Z80 Assembler
ZXBasic
autoconf
jQuery
mIRC
newLISP
q/kdb+
thinBasic
Paste Expiration:
Never
Burn after read
10 Minutes
1 Hour
1 Day
1 Week
2 Weeks
1 Month
6 Months
1 Year
Paste Exposure:
Public
Unlisted
Private
Folder:
(members only)
Password
NEW
Enabled
Disabled
Burn after read
NEW
Paste Name / Title:
Create New Paste
Hello
Guest
Sign Up
or
Login
Sign in with Facebook
Sign in with Twitter
Sign in with Google
You are currently not logged in, this means you can not edit or delete anything you paste.
Sign Up
or
Login
Public Pastes
Cooking Recipe
16 min ago | 6.19 KB
Cooking Recipe
17 min ago | 6.20 KB
Cooking Recipe
20 min ago | 6.18 KB
⭐ Exploit Documentation ⭐
CSS | 53 min ago | 1.04 KB
This month smells like money
CSS | 53 min ago | 1.04 KB
✅ API Flaw Money Method
CSS | 53 min ago | 1.04 KB
Cooking Recipe
1 hour ago | 6.11 KB
Cooking Recipe
2 hours ago | 6.10 KB
We use cookies for various purposes including analytics. By continuing to use Pastebin, you agree to our use of cookies as described in the
Cookies Policy
.
OK, I Understand
Not a member of Pastebin yet?
Sign Up
, it unlocks many cool features!