View | Details | Raw Unified | Return to bug 194772
Collapse All | Expand All

(-)security/p5-openxpki/Makefile (-8 / +41 lines)
Lines 2-18 Link Here
2
# $FreeBSD: head/security/p5-openxpki/Makefile 367626 2014-09-08 13:50:36Z culot $
2
# $FreeBSD: head/security/p5-openxpki/Makefile 367626 2014-09-08 13:50:36Z culot $
3
3
4
PORTNAME=	openxpki
4
PORTNAME=	openxpki
5
PORTVERSION=	0.21.0.1
5
PORTVERSION=	0.23.0.1
6
CATEGORIES=	security perl5
6
CATEGORIES=	security perl5
7
PKGNAMEPREFIX=	p5-
7
PKGNAMEPREFIX=	p5-
8
DIST_SUBDIR=	openxpki
8
DIST_SUBDIR=	openxpki
9
9
10
MAINTAINER=	svysh.fbsd@gmail.com
10
MAINTAINER=	svysh.fbsd@gmail.com
11
COMMENT=	Perl based trustcenter software for PKI: server and deployment
11
COMMENT=	Perl based trustcenter for PKI: universal server building block
12
12
13
LICENSE=	APACHE20
13
LICENSE=	APACHE20
14
14
15
BUILD_DEPENDS=	\
15
BUILD_DEPENDS=	\
16
	p5-Test-Prereq>=0:${PORTSDIR}/devel/p5-Test-Prereq \
17
	p5-Config-GitLike>=0:${PORTSDIR}/devel/p5-Config-GitLike \
16
	p5-openxpki-i18n>=0.20.0.1:${PORTSDIR}/security/p5-openxpki-i18n \
18
	p5-openxpki-i18n>=0.20.0.1:${PORTSDIR}/security/p5-openxpki-i18n \
17
	openca-tools-forked>=1.4.0:${PORTSDIR}/security/openca-tools-forked \
19
	openca-tools-forked>=1.4.0:${PORTSDIR}/security/openca-tools-forked \
18
	p5-Class-Accessor-Chained>=0:${PORTSDIR}/devel/p5-Class-Accessor-Chained \
20
	p5-Class-Accessor-Chained>=0:${PORTSDIR}/devel/p5-Class-Accessor-Chained \
Lines 56-62 Link Here
56
	p5-Config-Std>=0:${PORTSDIR}/devel/p5-Config-Std \
58
	p5-Config-Std>=0:${PORTSDIR}/devel/p5-Config-Std \
57
	p5-Template-Toolkit>=0:${PORTSDIR}/www/p5-Template-Toolkit \
59
	p5-Template-Toolkit>=0:${PORTSDIR}/www/p5-Template-Toolkit \
58
	p5-NetAddr-IP>=0:${PORTSDIR}/net-mgmt/p5-NetAddr-IP \
60
	p5-NetAddr-IP>=0:${PORTSDIR}/net-mgmt/p5-NetAddr-IP \
59
	bash:${PORTSDIR}/shells/bash
61
	p5-DBD-Mock>=0:${PORTSDIR}/databases/p5-DBD-Mock \
62
	p5-Crypt-CBC>=0:${PORTSDIR}/security/p5-Crypt-CBC \
63
	bash:${PORTSDIR}/shells/bash \
64
60
RUN_DEPENDS:=	${BUILD_DEPENDS}
65
RUN_DEPENDS:=	${BUILD_DEPENDS}
61
66
62
CONFLICTS=	\
67
CONFLICTS=	\
Lines 69-87 Link Here
69
GH_ACCOUNT=	openxpki
74
GH_ACCOUNT=	openxpki
70
GH_PROJECT=	openxpki
75
GH_PROJECT=	openxpki
71
GH_TAGNAME=	${GH_COMMIT}
76
GH_TAGNAME=	${GH_COMMIT}
72
GH_COMMIT=	908559d
77
GH_COMMIT=	ec42128
73
78
74
USE_OPENSSL=	yes
79
USE_OPENSSL=	yes
75
USE_PERL5=	configure
80
USE_PERL5=	configure
76
USES=		gmake perl5
81
USES=		gmake perl5
77
USE_RC_SUBR=	openxpki
82
USE_RC_SUBR=	openxpki
83
SUB_FILES=	pkg-message
84
PORTDOCS=	*
78
85
79
WRKSRC=	${WRKDIR}/${GH_ACCOUNT}-${GH_PROJECT}-${GH_COMMIT}/core/server
86
WRKSRC=	${WRKDIR}/${GH_ACCOUNT}-${GH_PROJECT}-${GH_COMMIT}/core/server
80
87
81
USERS=	openxpki
88
USERS=	openxpki
82
GROUPS=	openxpki
89
GROUPS=	openxpki
90
NO_ARCH=	yes
83
91
84
OPTIONS_DEFINE=	GRAPHVIZ
92
OPTIONS_DEFINE=	GRAPHVIZ DOCS
85
93
86
GRAPHVIZ_DESC=	With graphical visualization of workflows?
94
GRAPHVIZ_DESC=	With graphical visualization of workflows?
87
GRAPHVIZ_RUN_DEPENDS=	${LOCALBASE}/bin/dot:${PORTSDIR}/graphics/graphviz \
95
GRAPHVIZ_RUN_DEPENDS=	${LOCALBASE}/bin/dot:${PORTSDIR}/graphics/graphviz \
Lines 89-96 Link Here
89
97
90
post-patch:
98
post-patch:
91
	@${REINPLACE_CMD} -e 's|..vergen --format version.|"${PORTVERSION:R}"|g' ${WRKSRC}/Makefile.PL
99
	@${REINPLACE_CMD} -e 's|..vergen --format version.|"${PORTVERSION:R}"|g' ${WRKSRC}/Makefile.PL
100
	@${RM} -f ${WRKSRC}/Makefile.PL.bak
101
	@( \
102
	cd ${WRKSRC}/../..; \
103
	for f in `${FIND} config core/server doc qatest tools -type f ! -path "core/server/t/*"`; do \
104
		${REINPLACE_CMD} -e 's|/etc/openxpki|${PREFIX}/etc/openxpki|g' $${f}; \
105
		${REINPLACE_CMD} -e 's|/var/run/openxpkid.pid|/var/openxpki/openxpkid.pid|g' $${f}; \
106
		${REINPLACE_CMD} -e 's|/var/openxpki/\([^\.]*\)\.log|/var/log/openxpki/\1\.log|g' $${f}; \
107
		${RM} -f $${f}.bak; \
108
	done \
109
	)
110
111
post-stage:
112
	@${MKDIR} ${STAGEDIR}/var/openxpki
113
	@${MKDIR} ${STAGEDIR}/var/openxpki/session
114
	@${MKDIR} ${STAGEDIR}/var/log/openxpki
115
	@${MKDIR} ${STAGEDIR}${PREFIX}/etc/openxpki
92
116
93
post-install:
117
pre-install:	test
94
	${STRIP_CMD} ${STAGEDIR}${PREFIX}/${SITE_PERL_REL}/${PERL_ARCH}/auto/OpenXPKI/OpenXPKI.so
95
118
96
.include <bsd.port.mk>
119
.include <bsd.port.pre.mk>
120
121
post-install:
122
	@${STRIP_CMD} ${STAGEDIR}${PREFIX}/${SITE_PERL_REL}/${PERL_ARCH}/auto/OpenXPKI/OpenXPKI.so
123
	@${MKDIR} ${STAGEDIR}${EXAMPLESDIR}
124
	@(cd ${WRKSRC}/../../config && ${COPYTREE_SHARE} . ${STAGEDIR}${EXAMPLESDIR})
125
.	if ${PORT_OPTIONS:MDOCS}
126
		@${MKDIR} ${STAGEDIR}${DOCSDIR}
127
		@(cd ${WRKSRC}/../../doc && ${COPYTREE_SHARE} . ${STAGEDIR}${DOCSDIR})
128
.	endif
129
.include <bsd.port.post.mk>
(-)security/p5-openxpki/distinfo (-2 / +2 lines)
Lines 1-2 Link Here
1
SHA256 (openxpki/openxpki-0.21.0.1.tar.gz) = de31c09d26aeb59ea449be4fd3ec90827742dacd6d0bcbb2c53027d142d5fd31
1
SHA256 (openxpki/openxpki-0.23.0.1.tar.gz) = b8bcbff15126b83a25ce183aec9fc807ee919ebf9224e7b9b6f3a76d95bad5a6
2
SIZE (openxpki/openxpki-0.21.0.1.tar.gz) = 2144764
2
SIZE (openxpki/openxpki-0.23.0.1.tar.gz) = 2141438
(-)security/p5-openxpki/files/openxpki.in (-10 / +24 lines)
Lines 1-15 Link Here
1
#!/bin/sh
1
#!/bin/sh
2
# $FreeBSD: head/security/p5-openxpki/files/openxpki.in 363880 2014-08-03 11:45:48Z wg $
2
# $FreeBSD: head/security/p5-openxpki/files/openxpki.in 363880 2014-08-03 11:45:48Z wg $
3
3
#
4
# PROVIDE: openxpki
4
# PROVIDE: openxpki
5
# REQUIRE: LOGIN
5
# REQUIRE: LOGIN
6
# REQUIRE: postgresql
6
# REQUIRE: postgresql
7
# REQUIRE: mysql
7
# REQUIRE: mysql
8
# KEYWORD: shutdown
8
# KEYWORD: shutdown
9
9
#
10
# Define this variable in the file /etc/rc.conf:
10
# Define this variable in file /etc/rc.conf:
11
# openxpki_enable="YES"
11
# openxpki_enable="YES"
12
# to ensure that openxpki starts at boot time.
12
# to ensure that openxpki starts at boot time.
13
# Define and edit this variable in file /etc/rc.conf:
14
# openxpki_conf="/usr/local/etc/openxpki/config.git"
15
# if your configuration is in different place.
13
#
16
#
14
# DO NOT CHANGE THESE DEFAULT VALUES HERE
17
# DO NOT CHANGE THESE DEFAULT VALUES HERE
15
# SET THEM IN THE /etc/rc.conf FILE
18
# SET THEM IN THE /etc/rc.conf FILE
Lines 18-32 Link Here
18
. /etc/rc.subr
21
. /etc/rc.subr
19
22
20
name=openxpki
23
name=openxpki
24
desc="OpenXPKI daemon"
21
rcvar=openxpki_enable
25
rcvar=openxpki_enable
22
load_rc_config $name
26
load_rc_config ${name}
23
command="%%PREFIX%%/bin/openxpkictl"
27
: ${openxpki_enable:=no}
24
28
: ${openxpki_conf=%%PREFIX%%/etc/openxpki/config.git}
25
openxpki_enable="${openxpki_enable-NO}"
29
command=%%PREFIX%%/bin/openxpkictl
26
openxpki_pidfile="%%PREFIX%%/var/openxpki/openxpki.pid"
27
28
procname=openxpkid
30
procname=openxpkid
31
openxpki_user=${name}
32
pidfile=/var/openxpki/openxpkid.pid
29
33
30
pidfile=${openxpki_pidfile}
34
extra_commands=reload
35
start_cmd=control
36
stop_cmd=control
37
restart_cmd=control
38
status_cmd=control
39
reload_cmd=control
40
41
control()
42
{
43
	USER=${openxpki_user} ${command} --config ${openxpki_conf} ${rc_arg}
44
}
31
45
32
run_rc_command "$1"
46
run_rc_command "$1"
(-)security/p5-openxpki/files/pkg-message.in (+33 lines)
Line 0 Link Here
1
==================================================================
2
- Universal server building block (OpenXPKI) for arbitrary PKI installed. 
3
- SCEP prerequisite binary and i18n tools for UI installed.
4
- Enable utf8 locale (e.g. en_US.utf8) for the translation staff to operate
5
  (translation is needed even for English language).
6
- Install your favorite database (enable utf8 support), 
7
  e.g. databases/mysql56-server
8
  Install perl interface for your favorite database, 
9
  e.g. databases/p5-DBD-mysql
10
- Install your favorite web server.
11
  This port has created user:group as openxpki:openxpki
12
  Add a line: "User openxpki" to configuration of your OpenXPKI-related 
13
  web server. Choose from two versions of the handler: based on CGI or FastCGI
14
  perl core modules.
15
- Perform deployment procedure for OpenXPKI in a regular way, 
16
  without this OpenXPKI server would not start.
17
- Start daemons in this order:
18
    database server,
19
    OpenXPKI server (%%PREFIX%%/etc/rc.d/openxpki start),
20
    web server.
21
- Docs installed (if you opted so) into %%DOCSDIR%%
22
- If you want your PKI server to act as the simplest CA, 
23
  then copy sample configuration for this case with 
24
    cp -R %%EXAMPLESDIR%%/openxpki/* %%PREFIX%%/etc/openxpki/
25
  and follow advice at:
26
  https://openxpki.readthedocs.org/en/latest/quickstart.html
27
- Mind FreeBSD specific file structure:
28
    %%PREFIX%%/etc/openxpki: server configuration, logs configuration.
29
    /var/openxpki: pid file, socket file, ...
30
    /var/openxpki/session: session files.
31
    /var/log/openxpki: server log files.
32
    /var/tmp: temporary directory.
33
==================================================================
(-)security/p5-openxpki/pkg-descr (-2 / +1 lines)
Lines 1-4 Link Here
1
Perl based trustcenter for arbitrary complex PKI:
1
Perl based trustcenter software for PKI: universal server building block
2
server and client parts.
3
2
4
WWW: http://www.openxpki.org
3
WWW: http://www.openxpki.org
(-)security/p5-openxpki/pkg-message (-10 lines)
Lines 1-10 Link Here
1
==================================================================
2
- SCEP prerequisite binary and i18n tools for UI installed.
3
- Enable utf8 locale (e.g. en_US.utf8) for the translation staff to operate
4
  (translation is needed even for English language).
5
- Install your favorite database (enable utf8 support) and a web server.
6
- Perform deployment procedure for OpenXPKI in a regular way.
7
- This port has created user:group as openxpki:openxpki for use with OpenXPKI server.
8
  Add a line: "User openxpki" to configuration of your OpenXPKI-related web server.
9
- Choose from two versions of the handler: based on CGI or FastCGI modules of perl.
10
==================================================================
(-)security/p5-openxpki/pkg-plist (-73 / +139 lines)
Lines 275-280 Link Here
275
%%PERL5_MAN3%%/OpenXPKI::Server::Workflow::Validator::SPKAC.3.gz
275
%%PERL5_MAN3%%/OpenXPKI::Server::Workflow::Validator::SPKAC.3.gz
276
%%PERL5_MAN3%%/OpenXPKI::Server::Workflow::Validator::SmartcardPINUnblockAuthIDs.3.gz
276
%%PERL5_MAN3%%/OpenXPKI::Server::Workflow::Validator::SmartcardPINUnblockAuthIDs.3.gz
277
%%PERL5_MAN3%%/OpenXPKI::Server::Workflow::Validator::ValidityTime.3.gz
277
%%PERL5_MAN3%%/OpenXPKI::Server::Workflow::Validator::ValidityTime.3.gz
278
%%PERL5_MAN3%%/OpenXPKI::Server::Workflow::Validator::ValidityWindow.3.gz
278
%%PERL5_MAN3%%/OpenXPKI::Server::Workflow::WFObject.3.gz
279
%%PERL5_MAN3%%/OpenXPKI::Server::Workflow::WFObject.3.gz
279
%%PERL5_MAN3%%/OpenXPKI::Server::Workflow::WFObject::WFArray.3.gz
280
%%PERL5_MAN3%%/OpenXPKI::Server::Workflow::WFObject::WFArray.3.gz
280
%%PERL5_MAN3%%/OpenXPKI::Server::Workflow::WFObject::WFHash.3.gz
281
%%PERL5_MAN3%%/OpenXPKI::Server::Workflow::WFObject::WFHash.3.gz
Lines 595-600 Link Here
595
%%SITE_PERL%%/%%PERL_ARCH%%/OpenXPKI/Server/Workflow/Validator/SPKAC.pm
596
%%SITE_PERL%%/%%PERL_ARCH%%/OpenXPKI/Server/Workflow/Validator/SPKAC.pm
596
%%SITE_PERL%%/%%PERL_ARCH%%/OpenXPKI/Server/Workflow/Validator/SmartcardPINUnblockAuthIDs.pm
597
%%SITE_PERL%%/%%PERL_ARCH%%/OpenXPKI/Server/Workflow/Validator/SmartcardPINUnblockAuthIDs.pm
597
%%SITE_PERL%%/%%PERL_ARCH%%/OpenXPKI/Server/Workflow/Validator/ValidityTime.pm
598
%%SITE_PERL%%/%%PERL_ARCH%%/OpenXPKI/Server/Workflow/Validator/ValidityTime.pm
599
%%SITE_PERL%%/%%PERL_ARCH%%/OpenXPKI/Server/Workflow/Validator/ValidityWindow.pm
598
%%SITE_PERL%%/%%PERL_ARCH%%/OpenXPKI/Server/Workflow/WFObject.pm
600
%%SITE_PERL%%/%%PERL_ARCH%%/OpenXPKI/Server/Workflow/WFObject.pm
599
%%SITE_PERL%%/%%PERL_ARCH%%/OpenXPKI/Server/Workflow/WFObject/WFArray.pm
601
%%SITE_PERL%%/%%PERL_ARCH%%/OpenXPKI/Server/Workflow/WFObject/WFArray.pm
600
%%SITE_PERL%%/%%PERL_ARCH%%/OpenXPKI/Server/Workflow/WFObject/WFHash.pm
602
%%SITE_PERL%%/%%PERL_ARCH%%/OpenXPKI/Server/Workflow/WFObject/WFHash.pm
Lines 626-701 Link Here
626
man/man1/openxpkicli.1.gz
628
man/man1/openxpkicli.1.gz
627
man/man1/openxpkicmd.1.gz
629
man/man1/openxpkicmd.1.gz
628
man/man1/openxpkictl.1.gz
630
man/man1/openxpkictl.1.gz
629
@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/OpenXPKI/Client/UI/Handle
631
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/README.md
630
@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/OpenXPKI/Client/UI
632
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/apache/openxpki-scep.conf
631
@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/OpenXPKI/Client
633
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/feature/smartcard/config.d/realm/ca-one/_workflow/workflow_activity_smartcard_personalization_v4.xml
632
@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/OpenXPKI/Config
634
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/feature/smartcard/config.d/realm/ca-one/_workflow/workflow_activity_smartcard_pin_unblock.xml
633
@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/OpenXPKI/Connector
635
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/feature/smartcard/config.d/realm/ca-one/_workflow/workflow_condition_smartcard_personalization_v4.xml
634
@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/OpenXPKI/Crypto/Backend/OpenSSL/Command/create_key
636
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/feature/smartcard/config.d/realm/ca-one/_workflow/workflow_condition_smartcard_pin_unblock.xml
635
@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/OpenXPKI/Crypto/Backend/OpenSSL/Command
637
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/feature/smartcard/config.d/realm/ca-one/_workflow/workflow_def_smartcard_personalization_v4.xml
636
@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/OpenXPKI/Crypto/Backend/OpenSSL/Engine
638
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/feature/smartcard/config.d/realm/ca-one/_workflow/workflow_def_smartcard_pin_unblock.xml
637
@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/OpenXPKI/Crypto/Backend/OpenSSL/XS
639
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/feature/smartcard/config.d/realm/ca-one/_workflow/workflow_validator_smartcard_personalization_v4.xml
638
@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/OpenXPKI/Crypto/Backend/OpenSSL
640
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/feature/smartcard/config.d/realm/ca-one/profile/I18N_OPENXPKI_PROFILE_USER_AUTHENTICATION_NOMAIL.yaml
639
@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/OpenXPKI/Crypto/Backend
641
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/feature/smartcard/config.d/realm/ca-one/profile/I18N_OPENXPKI_PROFILE_USER_ENCRYPTION.yaml
640
@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/OpenXPKI/Crypto/Profile
642
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/feature/smartcard/config.d/realm/ca-one/profile/I18N_OPENXPKI_PROFILE_USER_SIGNATURE.yaml
641
@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/OpenXPKI/Crypto/Secret
643
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/feature/smartcard/config.d/realm/ca-one/smartcard/card2user.yaml
642
@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/OpenXPKI/Crypto/Tool/CreateJavaKeystore/Command
644
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/feature/smartcard/config.d/realm/ca-one/smartcard/cardinfo.yaml
643
@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/OpenXPKI/Crypto/Tool/CreateJavaKeystore/Engine
645
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/feature/smartcard/config.d/realm/ca-one/smartcard/cardstatus.yaml
644
@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/OpenXPKI/Crypto/Tool/CreateJavaKeystore
646
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/feature/smartcard/config.d/realm/ca-one/smartcard/employee.yaml
645
@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/OpenXPKI/Crypto/Tool/SCEP/Command
647
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/feature/smartcard/config.d/realm/ca-one/smartcard/groupinfo.yaml
646
@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/OpenXPKI/Crypto/Tool/SCEP/Engine
648
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/feature/smartcard/config.d/realm/ca-one/smartcard/policy.yaml
647
@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/OpenXPKI/Crypto/Tool/SCEP
649
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/feature/smartcard/config.d/realm/ca-one/smartcard/publishing.yaml
648
@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/OpenXPKI/Crypto/Tool
650
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/feature/smartcard/config.d/realm/ca-one/smartcard/upninfo.yaml
649
@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/OpenXPKI/Crypto
651
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/feature/smartcard/config.d/realm/ca-one/users.yaml
650
@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/OpenXPKI/SOAP
652
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/feature/soap/README.md
651
@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/OpenXPKI/Serialization
653
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/feature/soap/soap/default.conf
652
@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/OpenXPKI/Server/API
654
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/feature/soap/soap/log.conf
653
@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/OpenXPKI/Server/Authentication
655
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/feature/unsorted/README.md
654
@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/OpenXPKI/Server/DBI/Driver
656
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/feature/unsorted/config.d/realm/ca-one/_workflow/workflow_activity_cert_export.xml
655
@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/OpenXPKI/Server/DBI
657
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/feature/unsorted/config.d/realm/ca-one/_workflow/workflow_activity_testing.xml
656
@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/OpenXPKI/Server/Log/Appender
658
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/feature/unsorted/config.d/realm/ca-one/_workflow/workflow_condition_cert_export.xml
657
@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/OpenXPKI/Server/Log
659
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/feature/unsorted/config.d/realm/ca-one/_workflow/workflow_def_cert_export.xml
658
@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/OpenXPKI/Server/Notification
660
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/feature/unsorted/config.d/realm/ca-one/_workflow/workflow_def_testing.xml
659
@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/OpenXPKI/Server/Session
661
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/feature/unsorted/config.d/realm/ca-one/approval.yaml
660
@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/OpenXPKI/Server/Watchdog
662
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/feature/unsorted/config.d/realm/ca-one/cert_revoke.yaml
661
@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/OpenXPKI/Server/Workflow/Activity/CRLIssuance
663
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/feature/unsorted/config.d/realm/ca-one/export.yaml
662
@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/OpenXPKI/Server/Workflow/Activity/CRR
664
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/feature/workflow-yaml/config.d/realm/ca-one/workflow/def/test.yaml
663
@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/OpenXPKI/Server/Workflow/Activity/CSR
665
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/feature/workflow-yaml/config.d/realm/ca-one/workflow/global/action.yaml
664
@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/OpenXPKI/Server/Workflow/Activity/CertIssuance
666
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/feature/workflow-yaml/config.d/realm/ca-one/workflow/observer.yaml
665
@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/OpenXPKI/Server/Workflow/Activity/CertRenewal
667
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/feature/workflow-yaml/config.d/realm/ca-one/workflow/persister.yaml
666
@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/OpenXPKI/Server/Workflow/Activity/NICE
668
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/graffle/workflow_certificate_revoke.graffle
667
@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/OpenXPKI/Server/Workflow/Activity/Reports/CertExport
669
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/graffle/workflow_enrollment.graffle
668
@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/OpenXPKI/Server/Workflow/Activity/Reports
670
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/graffle/workflow_ogflow.graffle
669
@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/OpenXPKI/Server/Workflow/Activity/SCEPv2
671
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/openxpki/README.md
670
@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/OpenXPKI/Server/Workflow/Activity/SmartCard
672
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/openxpki/config.d/realm/ca-one/_workflow/workflow.xml
671
@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/OpenXPKI/Server/Workflow/Activity/Tools/Connector
673
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/openxpki/config.d/realm/ca-one/_workflow/workflow_activity.xml
672
@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/OpenXPKI/Server/Workflow/Activity/Tools/Datapool
674
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/openxpki/config.d/realm/ca-one/_workflow/workflow_activity_certificate_publishing.xml
673
@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/OpenXPKI/Server/Workflow/Activity/Tools
675
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/openxpki/config.d/realm/ca-one/_workflow/workflow_activity_certificate_renewal_request.xml
674
@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/OpenXPKI/Server/Workflow/Activity/Transfer
676
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/openxpki/config.d/realm/ca-one/_workflow/workflow_activity_certificate_revocation_request.xml
675
@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/OpenXPKI/Server/Workflow/Activity
677
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/openxpki/config.d/realm/ca-one/_workflow/workflow_activity_certificate_signing_request.xml
676
@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/OpenXPKI/Server/Workflow/Condition/Connector
678
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/openxpki/config.d/realm/ca-one/_workflow/workflow_activity_certificate_signing_request_v2.xml
677
@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/OpenXPKI/Server/Workflow/Condition/NICE
679
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/openxpki/config.d/realm/ca-one/_workflow/workflow_activity_change_metadata.xml
678
@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/OpenXPKI/Server/Workflow/Condition/SCEPv2
680
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/openxpki/config.d/realm/ca-one/_workflow/workflow_activity_crl_issuance.xml
679
@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/OpenXPKI/Server/Workflow/Condition/Smartcard
681
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/openxpki/config.d/realm/ca-one/_workflow/workflow_activity_enrollment.xml
680
@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/OpenXPKI/Server/Workflow/Condition
682
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/openxpki/config.d/realm/ca-one/_workflow/workflow_activity_nice.xml
681
@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/OpenXPKI/Server/Workflow/NICE
683
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/openxpki/config.d/realm/ca-one/_workflow/workflow_condition.xml
682
@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/OpenXPKI/Server/Workflow/Observer
684
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/openxpki/config.d/realm/ca-one/_workflow/workflow_condition_acl.xml
683
@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/OpenXPKI/Server/Workflow/Persister/DBI
685
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/openxpki/config.d/realm/ca-one/_workflow/workflow_condition_enrollment.xml
684
@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/OpenXPKI/Server/Workflow/Persister
686
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/openxpki/config.d/realm/ca-one/_workflow/workflow_condition_nice.xml
685
@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/OpenXPKI/Server/Workflow/Validator
687
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/openxpki/config.d/realm/ca-one/_workflow/workflow_def_certificate_publishing.xml
686
@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/OpenXPKI/Server/Workflow/WFObject
688
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/openxpki/config.d/realm/ca-one/_workflow/workflow_def_certificate_renewal_request.xml
687
@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/OpenXPKI/Server/Workflow
689
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/openxpki/config.d/realm/ca-one/_workflow/workflow_def_certificate_revocation_request.xml
688
@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/OpenXPKI/Server
690
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/openxpki/config.d/realm/ca-one/_workflow/workflow_def_certificate_revocation_request_v2.xml
689
@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/OpenXPKI/Service/Default/Command
691
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/openxpki/config.d/realm/ca-one/_workflow/workflow_def_certificate_signing_request.xml
690
@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/OpenXPKI/Service/Default
692
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/openxpki/config.d/realm/ca-one/_workflow/workflow_def_certificate_signing_request_v2.xml
691
@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/OpenXPKI/Service/SCEP/Command
693
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/openxpki/config.d/realm/ca-one/_workflow/workflow_def_change_metadata.xml
692
@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/OpenXPKI/Service/SCEP
694
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/openxpki/config.d/realm/ca-one/_workflow/workflow_def_crl_issuance.xml
693
@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/OpenXPKI/Service
695
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/openxpki/config.d/realm/ca-one/_workflow/workflow_def_enrollment.xml
694
@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/OpenXPKI/Template/Plugin
696
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/openxpki/config.d/realm/ca-one/_workflow/workflow_validator.xml
695
@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/OpenXPKI/Template
697
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/openxpki/config.d/realm/ca-one/_workflow/workflow_validator_certificate_revocation_request.xml
696
@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/OpenXPKI/Test
698
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/openxpki/config.d/realm/ca-one/_workflow/workflow_validator_certificate_signing_request.xml
697
@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/OpenXPKI/Transport
699
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/openxpki/config.d/realm/ca-one/_workflow/workflow_validator_change_metadata.xml
698
@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/OpenXPKI/Workflow
700
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/openxpki/config.d/realm/ca-one/_workflow/workflow_validator_enrollment.xml
699
@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/OpenXPKI/XML
701
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/openxpki/config.d/realm/ca-one/auth/connector.yaml
700
@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/OpenXPKI
702
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/openxpki/config.d/realm/ca-one/auth/handler.yaml
701
@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/OpenXPKI
703
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/openxpki/config.d/realm/ca-one/auth/roles.yaml
704
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/openxpki/config.d/realm/ca-one/auth/stack.yaml
705
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/openxpki/config.d/realm/ca-one/auth/wfacl.yaml
706
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/openxpki/config.d/realm/ca-one/crl/default.yaml
707
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/openxpki/config.d/realm/ca-one/crypto.yaml
708
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/openxpki/config.d/realm/ca-one/metadata.yaml
709
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/openxpki/config.d/realm/ca-one/nice.yaml
710
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/openxpki/config.d/realm/ca-one/notification/rt.yaml.sample
711
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/openxpki/config.d/realm/ca-one/notification/servicenow.yaml.sample
712
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/openxpki/config.d/realm/ca-one/notification/smtp.yaml.sample
713
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/openxpki/config.d/realm/ca-one/profile/I18N_OPENXPKI_PROFILE_TLS_SERVER.yaml
714
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/openxpki/config.d/realm/ca-one/profile/I18N_OPENXPKI_PROFILE_USER.yaml
715
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/openxpki/config.d/realm/ca-one/profile/default.yaml
716
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/openxpki/config.d/realm/ca-one/profile/sample.yaml
717
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/openxpki/config.d/realm/ca-one/profile/template.yaml
718
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/openxpki/config.d/realm/ca-one/publishing.yaml
719
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/openxpki/config.d/realm/ca-one/scep/scep-server-1.yaml
720
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/openxpki/config.d/system/crypto.yaml
721
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/openxpki/config.d/system/database.yaml
722
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/openxpki/config.d/system/realms.yaml
723
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/openxpki/config.d/system/server.yaml
724
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/openxpki/config.d/system/watchdog.yaml
725
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/openxpki/log.conf
726
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/openxpki/notification/email/cert_issued.html
727
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/openxpki/notification/email/cert_issued.txt
728
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/openxpki/notification/email/csr_created_raop.txt
729
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/openxpki/notification/email/csr_created_user.html
730
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/openxpki/notification/email/csr_created_user.txt
731
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/openxpki/notification/email/csr_rejected.html
732
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/openxpki/notification/email/csr_rejected.txt
733
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/openxpki/notification/email/images/.keep
734
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/openxpki/notification/email/images/foot.png
735
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/openxpki/notification/email/images/head.png
736
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/openxpki/notification/email/scep_approval_pending_raop.txt
737
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/openxpki/notification/email/scep_approval_pending_requestor.html
738
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/openxpki/notification/email/scep_approval_pending_requestor.txt
739
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/openxpki/notification/email/scep_approval_rejected.html
740
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/openxpki/notification/email/scep_approval_rejected.txt
741
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/openxpki/notification/email/scep_auth_denied.html
742
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/openxpki/notification/email/scep_auth_denied.txt
743
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/openxpki/notification/email/scep_cert_issued.html
744
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/openxpki/notification/email/scep_cert_issued.txt
745
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/openxpki/notification/email/scpu_notify_authcontact.txt
746
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/openxpki/notification/email/scpu_notify_user.txt
747
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/openxpki/notification/email/testmail.html
748
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/openxpki/notification/email/testmail.txt
749
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/openxpki/notification/rt/cert_issued.txt
750
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/openxpki/notification/rt/cert_issued_internal.txt
751
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/openxpki/notification/rt/csr_approvers.txt
752
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/openxpki/notification/rt/csr_created.txt
753
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/openxpki/notification/rt/csr_created_comment.txt
754
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/openxpki/notification/rt/csr_rejected.txt
755
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/openxpki/notification/rt/test.txt
756
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/openxpki/scep/default.conf
757
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/openxpki/scep/log.conf
758
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/openxpki/ssl/ca-one/README.md
759
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/openxpki/webui/log.conf
760
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/profiles/I18N_OPENXPKI_PROFILE_OPENVPN_CLIENT.yaml
761
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/profiles/I18N_OPENXPKI_PROFILE_SCEP_CLIENT.yaml
762
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/sampleconfig.sh
763
@owner openxpki
764
@group openxpki
765
@dir /var/openxpki/session
766
@dir /var/openxpki
767
@dir /var/log/openxpki

Return to bug 194772