]> WPIA git - gigi.git/blobdiff - src/org/cacert/gigi/dbObjects/Certificate.java
ToS: replacement of CCA/ToS in certs/CertificateIssueForm
[gigi.git] / src / org / cacert / gigi / dbObjects / Certificate.java
index 79b7ae7f8aeb1b73ff36604eb32c7e691c32c5d1..5dfaa5d6a1709ae88727979633fc594b58e7fe86 100644 (file)
@@ -287,7 +287,7 @@ public class Certificate implements IdCachable {
         if (getStatus() != CertificateStatus.DRAFT) {
             throw new IllegalStateException();
         }
-        Notary.writeUserAgreement(actor, "CCA", "issue certificate", "", true, 0);
+        Notary.writeUserAgreement(actor, "ToS", "certificate issuance", "", true, 0);
 
         return Job.sign(this, start, period);