Skip to content

Commit

Permalink
Issue #1779: Update the email of the test user
Browse files Browse the repository at this point in the history
  • Loading branch information
bschmalhofer committed May 26, 2022
1 parent f82b552 commit c105ce5
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 15 deletions.
6 changes: 4 additions & 2 deletions development/guides/SMIME.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
The directory scripts/test/sample/SMIME holds sample files for the S/MIME unit tests. The relevant S/MIME test scripts are:
- scripts/test/SMIME.t
- scripts/test/SMIME/ConvertCertFormat.t
- scripts/test/SMIME/EmailHandling.t

# How to create a multi CA environment (Root and 2 Intermediate CAs)

Expand Down Expand Up @@ -128,10 +129,11 @@ manually.



# not-reviewed yet, old version as imported in OTOBO 10.0.1
# Documentation based on the old version as imported in OTOBO 10.0.1

NOTE: This uses a different approach as laid out above. But let's keep it for reference.

#Configure the Root CA
# Configure the Root CA
mkdir OTRSCA
cd OTRSCA
mkdir certs crl newcerts private
Expand Down
26 changes: 13 additions & 13 deletions scripts/test/SMIME/EmailHandling.t
Original file line number Diff line number Diff line change
Expand Up @@ -396,8 +396,8 @@ for my $Test (@Tests) {
Name => $Test->{Name} . " (old API) chain CA cert sign only",
ArticleData => {
%{ $Test->{ArticleData} },
From => '[email protected]',
To => '[email protected]',
From => '[email protected]',
To => '[email protected]',
Sign => {
Type => 'SMIME',
SubType => 'Detached',
Expand All @@ -413,8 +413,8 @@ for my $Test (@Tests) {
Name => $Test->{Name} . " (old API) chain CA cert crypt only",
ArticleData => {
%{ $Test->{ArticleData} },
From => '[email protected]',
To => '[email protected]',
From => '[email protected]',
To => '[email protected]',
Crypt => {
Type => 'SMIME',
Key => $AxelCertHash . '.0',
Expand All @@ -429,8 +429,8 @@ for my $Test (@Tests) {
Name => $Test->{Name} . " (old API) chain CA cert sign and crypt",
ArticleData => {
%{ $Test->{ArticleData} },
From => '[email protected]',
To => '[email protected]',
From => '[email protected]',
To => '[email protected]',
Sign => {
Type => 'SMIME',
SubType => 'Detached',
Expand Down Expand Up @@ -487,7 +487,7 @@ for my $Test (@Tests) {
ArticleData => {
%{ $Test->{ArticleData} },
From => '[email protected]',
To => '[email protected], [email protected]',
To => '[email protected], [email protected]',
EmailSecurity => {
Backend => 'SMIME',
Method => 'Detached',
Expand Down Expand Up @@ -521,8 +521,8 @@ for my $Test (@Tests) {
Name => $Test->{Name} . " chain CA cert sign only",
ArticleData => {
%{ $Test->{ArticleData} },
From => '[email protected]',
To => '[email protected]',
From => '[email protected]',
To => '[email protected]',
EmailSecurity => {
Backend => 'SMIME',
SubType => 'Detached',
Expand All @@ -538,8 +538,8 @@ for my $Test (@Tests) {
Name => $Test->{Name} . " chain CA cert crypt only",
ArticleData => {
%{ $Test->{ArticleData} },
From => '[email protected]',
To => '[email protected]',
From => '[email protected]',
To => '[email protected]',
EmailSecurity => {
Backend => 'SMIME',
EncryptKeys => [ $AxelCertHash . '.0' ],
Expand All @@ -554,8 +554,8 @@ for my $Test (@Tests) {
Name => $Test->{Name} . " chain CA cert sign and crypt",
ArticleData => {
%{ $Test->{ArticleData} },
From => '[email protected]',
To => '[email protected]',
From => '[email protected]',
To => '[email protected]',
EmailSecurity => {
Backend => 'SMIME',
SubType => 'Detached',
Expand Down

0 comments on commit c105ce5

Please sign in to comment.