Steps for customizing email notification forms

Perform the following steps to customize the forms:
  1. Make sure the forms you want to use (readymsg.form, rejectmsg.form, expiringmsg.form, renewcertmsg.form, pendingmsg.form, and recoverymsg.form) are present in the runtime directory. (By default, the runtime directory is /etc/pkiserv/. For information about copying files, see Step 3.)

    _______________________________________________________________

  2. Update the form. At minimum:
    1. Specify your company (instead of dime-o-cert) in the From: line and in the first line of the main paragraph
    2. If appropriate, update the subject.
      Note: There must be a blank line between the subject and the body of the note.
    3. If you are updating a ready, expiring, or recovery form, change the URL in the main paragraph to customize it for your company. The sample forms have URLs for both REXX CGI exec and Java™Server page (JSP) use. Modify the URL that applies for the method you are using to implement the web application, and remove the URL that does not apply. Remove the comment lines above each URL.
      For example, if you are modifying the ready form, and you are implementing the web application using JSPs, change:
      Please visit:
      (edit the following link if using the REXX CGI Web Application)
      https://www.dimeocert.com/Customers/ssl-cgi-bin/caretrieve.rexx?%%quicklink%%
      (edit the following link if using the JSP WebSphere Application)
      https://www.dimeocert.com:9080/PKIServ_Web/Customers/certretrieve.jsp?%%quicklink%%
      to retrieve your certificate.
      to
      Please visit:
      https://www.dimeocert.com:9080/PKIServ_Web/Customers/certretrieve.jsp?%%quicklink%%
      to retrieve your certificate.
      and modify the URL for your company.
    4. If you are updating a reject form, change the telephone number in the main paragraph to customize it for your company.
    Make any other needed changes. (You can use variables in the body of the form, but you cannot include %%transactionid%% in the expiring form or %%notafter%% in the ready or reject form.)

    _______________________________________________________________

  3. Save the file.

    _______________________________________________________________