Skip to content

Commit 49e3b5d

Browse files
committed
Updated DN field in on-demand data for test environment
1 parent 3d27508 commit 49e3b5d

3 files changed

Lines changed: 2 additions & 2 deletions

File tree

examples/demo-batch-on-demand.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525

2626
// prepare on-demand data
2727
$signerMail = 'demo@setasign.com';
28-
$signerDn = 'cn=' . $signerMail . ',c=de';
28+
$signerDn = 'cn=' . $signerMail . ', ou=For test purposes only!, o=Setasign TEST, c=de';
2929
$signerLocation = 'Helmstedt';
3030
$signerReason = 'I agree to the terms and condidtions in this document';
3131
// optional step up

examples/demo-on-demand.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414

1515
// prepare on-demand data
1616
$signerMail = 'demo@setasign.com';
17-
$signerDn = 'cn=' . $signerMail . ',c=de';
17+
$signerDn = 'cn=' . $signerMail . ', ou=For test purposes only!, o=Setasign TEST, c=de';
1818
$signerLocation = 'Helmstedt';
1919
$signerReason = 'I agree to the terms and condidtions in this document';
2020
// optional step up
Binary file not shown.

0 commit comments

Comments
 (0)