Far Eastern University rallied from a 1-2 match deficit in beating University of Santo Tomas, 20-25, 25-19, 23-25, 25-19, 15-12, to claim bronze in the 2024 Shakey’s Super League Collegiate Pre-season Championship Sunday, Nov. 24, at the Rizal Memorial Coliseum. The Lady Tamaraws flaunted their vaunted net defense in the fifth frame to create significant […]
Games Today (Rizal Memorial Coliseum)1 p.m. – UST vs FEU5 p.m. – NU vs La Salle Defending champion National University goes for the jugular to extend its reign to a third straight season against La Salle in Game 2 of the 2024 Shakey’s Super League Collegiate Pre-season Championship finals Sunday, Nov. 24, at the Rizal […]
I have a Spring Boot SSL Bundle defined as follows spring: ssl: bundle: watch: file: quiet-period: 20s pem: fos-internal-cert-bundle: reload-on-update: ${INTERNAL_CERT_RELOAD:true} keystore: certificate: ${INTERNAL_CERT:classpath:cert/client-certificate.pem} private-key: ${INTERNAL_CERT_PRIVATE_KEY:classpath:cert/private.key} This SSL bundle is used in Rest Template as follows: @Bean(“restTemplateWithCertificate”) public RestTemplate restTemplateWithBdfCertificate( RestTemplateBuilder builder, RestClientProperties clientProperties, SslBundles sslBundles) { SslBundle sslBundle = sslBundles.getBundle(“fos-internal-cert-bundle”); return builder .requestFactory(HttpComponentsClientHttpRequestFactory.class) .additionalInterceptors(new […]
Games Today(Rizal Memorial Coliseum)1 p.m. – Perpetual vs Lyceum3:30 p.m. – Ateneo vs EAC6 p.m. – Adamson vs CSB Adamson takes on College of Saint Benilde for the last Pool D playoffs berth in the 2024 Shakey’s Super League Collegiate Pre-season Championship Wednesday at the Rizal Memorial Coliseum. Game time is set at 6 p.m. […]
There are many let’s encrypt automatic tools for azure but I also wanted to see if I could use certbot in wsl to generate a wildcard certificate for the azure Friday website and then upload the resulting certificates to azure app service. Azure app service ultimately needs a specific format called dot PFX […]