improvement: APNs p12 인증서 지원 추가 (#214) #215
No reviewers
SPMS/Owners
Labels
No Label
Priority
High
Priority
Low
Priority
Medium
Priority
Non
Priority
Urgent
Status
Available
Status
Done
Status
In Progress
Type
Bug
Type
Chore
Type
Design
Type
Documentation
Type
Feature
Type
Improvement
Type
Refactor
Type
Research
Type
Task
No Milestone
No project
No Assignees
1 Participants
Notifications
Due Date
No due date set.
Dependencies
No dependencies set.
Reference: SPMS/SPMS_API#215
Loading…
Reference in New Issue
Block a user
No description provided.
Delete Branch "improvement/#214-apns-p12-support"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 작업 요약
🔗 관련 이슈 (Related Issues)
Closes #214
🛠️ 작업 내용 (Changes)
SPMS.Domain/Entities/Service.cs— ApnsAuthType, ApnsCertificate, ApnsCertPassword, ApnsCertExpiresAt 4개 컬럼 추가SPMS.Infrastructure/Persistence/Configurations/ServiceConfiguration.cs— EF Core 매핑 추가SPMS.Infrastructure/Migrations/AddApnsP12Support— DB Migration 생성/적용SPMS.Application/DTOs/Service/ApnsCredentialsRequestDto.cs— AuthType + p12 필드 추가, p8 필드 nullable 변경SPMS.Application/DTOs/Service/RegisterServiceRequestDto.cs— ApnsCredentialDto 동일 구조 확장SPMS.Application/DTOs/Service/CredentialsResponseDto.cs— AuthType, HasCertificate, CertExpiresAt 응답 필드 추가SPMS.Application/Services/ServiceManagementService.cs— ValidateApnsP8/P12 분기, RegisterApns/Register AuthType 분기, GetCredentials p12 메타 반환SPMS.API/Controllers/ServiceController.cs— Swagger Description에 p8/p12 분기 설명 추가📢 리뷰어 참고 사항 (To Reviewers)
_credentialEncryptionService.Encrypt()로 암호화 저장X509CertificateLoader.LoadPkcs12()사용 (deprecated X509Certificate2 생성자 대신)✅ 체크리스트 (Self Checklist)
📸 스크린샷 / 테스트 로그 (Screenshots/Logs)