You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
How do I use ejbca.sh to configure a CertificateExpirationNotifierWorker service to send mail with a space in the mail subject?
if I use single or double quotes I get this:
$ bin/ejbca.sh service edit ExpireTest01 "workerClassPath=org.ejbca.core.model.services.workers.CertificateExpirationNotifierWorker worker.mail.sendtoendusers=TRUE worker.mail.usersubject='Certifikat Expires'"
Modifying 'org.ejbca.core.model.services.ServiceConfiguration'...
Current value of workerClassPath is 'org.ejbca.core.model.services.workers.CertificateExpirationNotifierWorker'.
Updated field: workerClassPath
workerClassPath returned value 'org.ejbca.core.model.services.workers.CertificateExpirationNotifierWorker'.
New field value: org.ejbca.core.model.services.workers.CertificateExpirationNotifierWorker
Modifying 'org.ejbca.core.model.services.ServiceConfiguration'...
Updated worker property: worker.mail.sendtoendusers
New worker property value: TRUE
Modifying 'org.ejbca.core.model.services.ServiceConfiguration'...
Updated worker property: worker.mail.usersubject
New worker property value: 'Certifikat
ERROR: Property is missing a value (the syntax is property=value): Expires'
I have tried to use backslash (\ and \\) and backslash-s (\s) but haven't got i to work.
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
Hi,
I'm using community version 8.2.0.1.
How do I use ejbca.sh to configure a CertificateExpirationNotifierWorker service to send mail with a space in the mail subject?
if I use single or double quotes I get this:
I have tried to use backslash (\ and \\) and backslash-s (\s) but haven't got i to work.
Anyone know?
Beta Was this translation helpful? Give feedback.
All reactions