Skip to content

Commit 58b1821

Browse files
lolepezyCopilot
andauthored
Update src/main/java/net/ripe/rpki/ta/TA.java
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
1 parent ed70a5e commit 58b1821

File tree

1 file changed

+1
-1
lines changed
  • src/main/java/net/ripe/rpki/ta

1 file changed

+1
-1
lines changed

src/main/java/net/ripe/rpki/ta/TA.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -319,7 +319,7 @@ private Pair<TrustAnchorResponse, TAState> processRequest(final TrustAnchorReque
319319
boolean taCertCloseToExpiration = expiresAt.isBefore(ValidityPeriods.now().plus(signCtx.taState.getConfig().getMinimumValidityPeriod()));
320320

321321
if (taCertCloseToExpiration && !options.hasForceNewTaCertificate()) {
322-
throw new OperationAbortedException("TA certificate is about to expire, please re-run with " +
322+
throw new OperationAbortedException("The TA certificate is about to expire, please re-run with " +
323323
ProgramOptions.FORCE_NEW_TA_CERT_OPT + " option to re-issue the TA certificate.");
324324
}
325325

0 commit comments

Comments
 (0)