omec-project / openmme

OpenMME is a grounds up implementation of the Mobility Management Entity EPC S1 front end to the Cell Tower (eNB). Its design is performance optimized for high speed mobility events over the S1-MME interface, while maintaining state coherent high transaction rate interactions over the S6a interface to the HSS and the S11 interface to the Serving Gateway Control (SGWC). The design allows maximum utilization of the transaction rate allowed by the S1-MME Non-Access Stratum (NAS) messages over SCTP, S6a DIAMETER Attribute Value Pairs (AVPs) over TCP and S11 GTPV2C messages over UDP protocols.
http://www.omecproject.org
Apache License 2.0
49 stars 29 forks source link

Validity expired for MME production certificates #8

Closed Sandeep-Sarma closed 7 months ago

Sandeep-Sarma commented 5 years ago

Running s6a app fails with the following error: ERROR - The certificate is expired.

Possible reason could be the validity of the MME production certificates: (openmme/src/mme-app/conf/mme.cert.pem)

Certificate:
        Validity
            Not Before: Mar 17 14:42:22 2018 GMT
            Not After : Mar 17 14:42:22 2019 GMT

Related issue: #2 This has to be renewed and updated in the repo.

vbarate commented 5 years ago

This certificate is a reference certificate generated as per current code in hss and its related certificate. Certificate for HSS and MME can be generated as instructions in c3po readme section "3. Create Diameter Certificates" - https://github.com/omec-project/c3po/blob/master/README.txt. Although right step is to add help/instructions to generate and copy certs, as raised in issue https://github.com/omec-project/openmme/issues/2

krsna1729 commented 5 years ago

Duplicate of #2

micpez commented 5 years ago

This can be closed.