Extend validity of expired cert in CCSDK ORAN A1 Policy Management

This is causing some unit tests failing. See the corresponding Jira ticket for details.
The validity is now extended by 10 years.

Change-Id: I0d86234a5c575be606f3b8ba3ab638f3cfa99d58
Issue-ID: CCSDK-3405
Signed-off-by: RehanRaza <muhammad.rehan.raza@est.tech>
(cherry picked from commit f8d4f42ed21463a636b8217b9882b90b4c3468a3)
2 files changed
tree: f812505fb375b2177e623d8a4ce91bd747b72a81
  1. a1-adapter/
  2. a1-policy-management/
  3. csit/
  4. docs/
  5. releases/
  6. .gitignore
  7. .gitreview
  8. .readthedocs.yaml
  9. INFO.yaml
  10. LICENSE.txt
  11. pom.xml
  12. README.md
  13. version.properties
README.md

This source repository contains the code for the ORAN A1 related components.

To compile this code:

  1. Make sure your local Maven settings file ($HOME/.m2/settings.xml) contains references to the ONAP repositories and OpenDaylight repositories.

  2. To compile, run "mvn clean install".