CN113572861A - Configuration file management method, device, equipment and storage medium - Google Patents

Configuration file management method, device, equipment and storage medium Download PDF

Info

Publication number
CN113572861A
CN113572861A CN202111132434.3A CN202111132434A CN113572861A CN 113572861 A CN113572861 A CN 113572861A CN 202111132434 A CN202111132434 A CN 202111132434A CN 113572861 A CN113572861 A CN 113572861A
Authority
CN
China
Prior art keywords
configuration file
information
service
instruction
data
Prior art date
Legal status (The legal status is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the status listed.)
Granted
Application number
CN202111132434.3A
Other languages
Chinese (zh)
Other versions
CN113572861B (en
Inventor
佟建新
翁小安
朱雅轩
Current Assignee (The listed assignees may be inaccurate. Google has not performed a legal analysis and makes no representation or warranty as to the accuracy of the list.)
Beijing Hua'an Tiancheng Intelligent Technology Co ltd
Original Assignee
Beijing Hua'an Tiancheng Intelligent Technology Co ltd
Priority date (The priority date is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the date listed.)
Filing date
Publication date
Application filed by Beijing Hua'an Tiancheng Intelligent Technology Co ltd filed Critical Beijing Hua'an Tiancheng Intelligent Technology Co ltd
Priority to CN202111132434.3A priority Critical patent/CN113572861B/en
Publication of CN113572861A publication Critical patent/CN113572861A/en
Application granted granted Critical
Publication of CN113572861B publication Critical patent/CN113572861B/en
Active legal-status Critical Current
Anticipated expiration legal-status Critical

Links

Images

Classifications

    • HELECTRICITY
    • H04ELECTRIC COMMUNICATION TECHNIQUE
    • H04LTRANSMISSION OF DIGITAL INFORMATION, e.g. TELEGRAPHIC COMMUNICATION
    • H04L67/00Network arrangements or protocols for supporting network services or applications
    • H04L67/34Network arrangements or protocols for supporting network services or applications involving the movement of software or configuration parameters 
    • HELECTRICITY
    • H04ELECTRIC COMMUNICATION TECHNIQUE
    • H04LTRANSMISSION OF DIGITAL INFORMATION, e.g. TELEGRAPHIC COMMUNICATION
    • H04L67/00Network arrangements or protocols for supporting network services or applications
    • H04L67/01Protocols
    • H04L67/06Protocols specially adapted for file transfer, e.g. file transfer protocol [FTP]

Landscapes

  • Engineering & Computer Science (AREA)
  • Computer Networks & Wireless Communication (AREA)
  • Signal Processing (AREA)
  • Information Transfer Between Computers (AREA)

Abstract

The invention relates to the technical field of communication, and discloses a method, a device, equipment and a storage medium for managing configuration files, wherein the method comprises the following steps: acquiring a configuration file application instruction, and acquiring service information in a service server and certificate information in a data server according to the configuration file application instruction; determining a target configuration file in the data server according to the service information and the certificate information; acquiring a configuration file downloading instruction, and acquiring a task requirement in a service server according to the configuration file downloading instruction; and calling a target configuration file in the data server according to the task requirement to finish configuration file downloading. The application and download part in the configuration file management is logically isolated in a data server and service server mode, so that the configuration file can be rapidly applied and downloaded under the condition that the existing flow is not changed, and the download efficiency of the configuration file is improved.

Description

Configuration file management method, device, equipment and storage medium
Technical Field
The present invention relates to the field of communications technologies, and in particular, to a method, an apparatus, a device, and a storage medium for managing a configuration file.
Background
Embedded SIM cards (esims), which may also be referred to as embedded Universal Integrated Circuit cards (euiccs), allow mobile users to download carrier profiles and activate carrier services without a physical SIM Card. The technology is a Global specification promoted by Global System for Mobile Communications Association (GSMA) and supports remote SIM configuration on any Mobile device. Starting from Android 9, the Android framework provides standard Application Programming Interfaces (APIs) for accessing and managing subscription profiles on esims, and with the use of these eUICC APIs, a third party can support development of its own operator Application and Local Profile access agent (LPA) on the Android device of an eSIM, so that Profile downloading of an eUICC is very important for devices of the internet of things, but a download module and a networking module of a Profile are very low in utilization rate of the devices of the internet of things, and the cost is high, resulting in low Profile downloading efficiency.
The above is only for the purpose of assisting understanding of the technical aspects of the present invention, and does not represent an admission that the above is prior art.
Disclosure of Invention
The invention mainly aims to provide a method, a device, equipment and a storage medium for managing a configuration file, and aims to solve the problem of how to improve the downloading efficiency of the configuration file in the prior art.
In order to achieve the above object, the present invention provides a method for managing a configuration file, comprising the steps of:
acquiring a configuration file application instruction, and acquiring service information in a service server and certificate information in a data server according to the configuration file application instruction;
determining a target configuration file in the data server according to the service information and the certificate information;
acquiring a configuration file downloading instruction, and acquiring a task requirement in a service server according to the configuration file downloading instruction;
and calling a target configuration file in the data server according to the task requirement to finish configuration file downloading.
Optionally, before the obtaining the configuration file application instruction and obtaining the service information in the service server and the certificate information in the data server according to the configuration file application instruction, the method further includes:
acquiring a service information acquisition instruction, and determining service information in a service server according to the service information acquisition instruction;
acquiring a data information acquisition instruction, and determining certificate information in a data server according to the data information acquisition instruction.
Optionally, the obtaining a service information acquisition instruction, and determining service information in a service server according to the service information acquisition instruction, includes:
acquiring a service information acquisition instruction, and determining initial service information in a service server according to the service information acquisition instruction;
and associating the initial service information to obtain service information.
Optionally, the obtaining a data information acquisition instruction, determining certificate information in a data server according to the data information acquisition instruction, includes:
acquiring a data information acquisition instruction, and determining initial certificate information in a data server according to the data information acquisition instruction;
and encrypting the initial certificate information through a key management server to obtain the certificate information.
Optionally, the determining a target configuration file in the data server according to the service information and the certificate information includes:
sending the service information to a signing management data preparation platform so that the signing management data preparation platform determines a configuration file to be downloaded according to the service information;
and extracting the configuration file to be downloaded into a data server so that the data server matches the configuration file to be downloaded with the certificate information to obtain a target configuration file.
Optionally, the extracting the configuration file to be downloaded into a data server to match the configuration file to be downloaded with the certificate information by the data server to obtain a target configuration file includes:
encrypting the configuration file to be downloaded through a key management server to obtain an encrypted configuration file to be downloaded;
and extracting the encrypted configuration file to be downloaded to a data server so that the data server matches the configuration file to be downloaded with certificate information to obtain a target configuration file.
Optionally, the invoking a target configuration file in the data server according to the task requirement, and after completing downloading the configuration file, further includes:
acquiring a management requirement in a service server;
and executing management operation on the target configuration file according to the management requirement, and determining the state information of the target configuration file.
Further, to achieve the above object, the present invention also proposes a profile management apparatus, comprising:
the acquisition module is used for acquiring a configuration file application instruction and acquiring service information in a service server and certificate information in a data server according to the configuration file application instruction;
the determining module is used for determining a target configuration file in the data server according to the service information and the certificate information;
the acquisition module is further used for acquiring a configuration file downloading instruction and acquiring a task requirement in a service server according to the configuration file downloading instruction;
and the downloading module is used for calling the target configuration file in the data server according to the task requirement to finish configuration file downloading.
Further, to achieve the above object, the present invention also provides a profile management apparatus, including: a memory, a processor and a profile management program stored on the memory and executable on the processor, the profile management program being configured to implement the steps of the profile management method as described above.
Furthermore, to achieve the above object, the present invention further provides a storage medium having a profile management program stored thereon, which when executed by a processor implements the steps of the profile management method as described above.
The method comprises the steps of acquiring a configuration file application instruction, and acquiring service information in a service server and certificate information in a data server according to the configuration file application instruction; determining a target configuration file in the data server according to the service information and the certificate information; acquiring a configuration file downloading instruction, and acquiring a task requirement in a service server according to the configuration file downloading instruction; and calling a target configuration file in the data server according to the task requirement to finish configuration file downloading. The application and download part in the configuration file management is logically isolated in a data server and service server mode, so that the configuration file can be rapidly applied and downloaded under the condition that the existing flow is not changed, and the download efficiency of the configuration file is improved.
Drawings
Fig. 1 is a schematic structural diagram of a configuration file management device of a hardware operating environment according to an embodiment of the present invention;
FIG. 2 is a flowchart illustrating a configuration file management method according to a first embodiment of the present invention;
FIG. 3 is a flowchart illustrating a configuration file management method according to a second embodiment of the present invention;
FIG. 4 is a flowchart illustrating a configuration file management method according to a third embodiment of the present invention;
FIG. 5 is a block diagram of a configuration file management apparatus according to a first embodiment of the present invention.
The implementation, functional features and advantages of the objects of the present invention will be further explained with reference to the accompanying drawings.
Detailed Description
It should be understood that the specific embodiments described herein are merely illustrative of the invention and are not intended to limit the invention.
Referring to fig. 1, fig. 1 is a schematic structural diagram of a configuration file management device of a hardware operating environment according to an embodiment of the present invention.
As shown in fig. 1, the profile management apparatus may include: a processor 1001, such as a Central Processing Unit (CPU), a communication bus 1002, a user interface 1003, a network interface 1004, and a memory 1005. Wherein a communication bus 1002 is used to enable connective communication between these components. The user interface 1003 may include a Display screen (Display), an input unit such as a Keyboard (Keyboard), and the optional user interface 1003 may also include a standard wired interface, a wireless interface. The network interface 1004 may optionally include a standard wired interface, a Wireless interface (e.g., a Wireless-Fidelity (Wi-Fi) interface). The Memory 1005 may be a Random Access Memory (RAM) Memory, or may be a Non-Volatile Memory (NVM), such as a disk Memory. The memory 1005 may alternatively be a storage device separate from the processor 1001.
Those skilled in the art will appreciate that the configuration shown in FIG. 1 does not constitute a limitation of the profile management device and may include more or fewer components than shown, or some components in combination, or a different arrangement of components.
As shown in fig. 1, a memory 1005, which is a storage medium, may include therein an operating system, a network communication module, a user interface module, and a profile management program.
In the profile management apparatus shown in fig. 1, the network interface 1004 is mainly used for data communication with a network server; the user interface 1003 is mainly used for data interaction with a user; the processor 1001 and the memory 1005 of the profile management apparatus according to the present invention may be provided in the profile management apparatus, and the profile management apparatus calls the profile management program stored in the memory 1005 through the processor 1001 and executes the profile management method provided by the embodiment of the present invention.
An embodiment of the present invention provides a method for managing a configuration file, and referring to fig. 2, fig. 2 is a schematic flowchart of a first embodiment of a method for managing a configuration file according to the present invention.
In this embodiment, the method for managing configuration files includes the following steps:
step S10: and acquiring a configuration file application instruction, and acquiring service information in a service server and certificate information in a data server according to the configuration file application instruction.
It should be noted that the execution subject in this embodiment may be a profile management device, may be a distribution system in a specific implementation process, and may also be other devices that can implement the same or similar functions.
It should be understood that the profile application instruction is an instruction for applying a profile sent by a software user, and the service information may be data information such as a matching Identifier (matchid), an Integrated Circuit Card (ICCID), an International Mobile Equipment Identity (IMEI), and the like, where the service information is stored in the service server, which is not limited in this embodiment, and the certificate information may be information such as a network Identity Identifier (EID), eUICC information (uicc info), and the like, where the certificate information is stored in the data server, which is not limited in this embodiment. Therefore, the service information in the service server and the certificate information in the data server can be obtained according to the configuration file application instruction.
Step S20: and determining a target configuration file in the data server according to the service information and the certificate information.
It can be understood that the service server submits the relevant service information to a Subscription management Data Preparation (SM-DP +) platform, so that the SM-DP + platform determines the configuration file to be downloaded according to the service information, obtains the configuration file to be downloaded after the relevant authentication is completed, and transmits the configuration file to be downloaded to the Data server, and the Data server matches the configuration file to be downloaded with the certificate information, thereby completing the Data collection of the configuration file to obtain the target configuration file.
Step S30: and acquiring a configuration file downloading instruction, and acquiring a task requirement in a service server according to the configuration file downloading instruction.
It should be understood that the configuration file downloading instruction may be an instruction for downloading a configuration file sent by a software user, and the task requirement may be a task requirement amount for downloading the configuration file, and may be set by a person skilled in the art in a specific implementation process.
Step S40: and calling a target configuration file in the data server according to the task requirement to finish configuration file downloading.
It is easy to understand that, because the task demand quantity required by the service determines the data use condition of the configuration file, the issuing system can call the target configuration file to be stored in the corresponding issuing equipment according to the setting of the task demand in the service server, and decrypt the data, so that the data in the target configuration file is transferred to the corresponding issuing equipment, and the configuration file downloading is completed.
It is understood that data protection may be performed based on encryption protection during data call, for example, data protection is performed by a Key Management Service (KMS) server, which is not limited in this embodiment.
It should be noted that the issuing system supports a multi-protocol interface during downloading, and may use a common at (attention) command, a PCSC protocol, an HTTPS protocol, an NFC protocol, a bluetooth protocol, and the like to perform connection during a specific implementation process, which is not limited in this embodiment.
In this embodiment, by obtaining a configuration file application instruction, service information in a service server and certificate information in a data server are obtained according to the configuration file application instruction; determining a target configuration file in the data server according to the service information and the certificate information; acquiring a configuration file downloading instruction, and acquiring a task requirement in a service server according to the configuration file downloading instruction; and calling a target configuration file in the data server according to the task requirement to finish configuration file downloading. The application and download part in the configuration file management is logically isolated in a data server and service server mode, so that the configuration file can be rapidly applied and downloaded under the condition that the existing flow is not changed, and the download efficiency of the configuration file is improved.
Referring to fig. 3, fig. 3 is a flowchart illustrating a configuration file management method according to a second embodiment of the present invention.
Based on the first embodiment, before the step S10, the method for managing configuration files in this embodiment further includes:
step S101': and acquiring a service information acquisition instruction, and determining service information in the service server according to the service information acquisition instruction.
It should be understood that the service information acquisition instruction may be a service information acquisition instruction triggered by a user, and the issuing system obtains service information data such as MatchingID, ICCID, and equipment IMEI from the outside according to the service information acquisition instruction, and determines the service information in the service server by processing and storing the service information data in the service server.
Further, the step S101' further includes:
acquiring a service information acquisition instruction, and determining initial service information in a service server according to the service information acquisition instruction; and associating the initial service information to obtain service information.
It is easy to understand that the issuing system obtains initial service information data such as MatchingID, ICCID, equipment IMEI and the like from the outside according to the service information acquisition instruction, and associates the initial service information data to obtain service information, so that the service information can be conveniently extracted and then can be uniformly stored in the downloading process.
It can be understood that the service information obtained after the association is stored in the service server, so as to determine the service information in the service server.
Step S102': acquiring a data information acquisition instruction, and determining certificate information in a data server according to the data information acquisition instruction.
It should be understood that the data information acquisition instruction may be a data information acquisition instruction triggered by a user, and the issuing system acquires the certificate information such as EID, uicnfo and the like from the reading device or the eUICC module with the certificate according to the data information acquisition instruction, and determines the certificate information in the data server by processing the certificate information and storing the processed certificate information in the data server.
Further, the step S102' further includes:
acquiring a data information acquisition instruction, and determining initial certificate information in a data server according to the data information acquisition instruction; and encrypting the initial certificate information through a key management server to obtain the certificate information.
It is easy to understand that the issuing system extracts the certificate information in the reading device or the eUICC module with the certificate according to the data information acquisition instruction, including the initial certificate information such as EID, uicnfo, and the like, and the issuing system obtains the initial certificate information in batch through the issuing device, and performs data encryption protection on the initial certificate information through the KMS server to obtain the certificate information and store the certificate information in the data server.
It should be noted that, the KMS server may generally adopt an asymmetric algorithm, and encrypt and decrypt data during the service by generating a public and private key pair, which is not limited in this embodiment.
The embodiment determines the service information in the service server according to the service information acquisition instruction by acquiring the service information acquisition instruction; the method comprises the steps of obtaining a data information acquisition instruction, determining certificate information in a data server according to the data information acquisition instruction, and logically isolating data in a mode of the data server and a service logic server, so that rapid application and downloading of configuration files can be realized under the condition that the existing flow is not changed, and the downloading efficiency of the configuration files is effectively improved.
Referring to fig. 4, fig. 4 is a flowchart illustrating a configuration file management method according to a third embodiment of the present invention.
Based on the above-mentioned embodiment of profile management, the method for managing a profile in this embodiment in step S20 includes:
step S201: and sending the service information to a signing management data preparation platform so that the signing management data preparation platform determines a configuration file to be downloaded according to the service information.
It can be understood that the issuing system submits the service information to the SM-DP + platform, and after the SM-DP + platform obtains the service information, the issuing system starts to call the LPA function module of the SM-DP + platform to complete the configuration file application instruction, so as to obtain the configuration file to be downloaded.
Step S202: and extracting the configuration file to be downloaded into a data server so that the data server matches the configuration file to be downloaded with the certificate information to obtain a target configuration file.
Further, the step S202 further includes:
encrypting the configuration file to be downloaded through a key management server to obtain an encrypted configuration file to be downloaded; and extracting the encrypted configuration file to be downloaded to a data server so that the data server matches the configuration file to be downloaded with certificate information to obtain a target configuration file.
It is easy to understand that the configuration file to be downloaded is encrypted through the key generated by the key management server to obtain the encrypted configuration file to be downloaded, the issuing system stores the encrypted configuration file to be downloaded into the data server, and the configuration file to be downloaded and the certificate information in the data server are associated and matched at the data server to obtain the target configuration file, so that the issuing system is in the state to be downloaded.
Further, after the step S40, the method further includes:
step S501: the management requirements in the service server are obtained.
It can be understood that, after the configuration file data is downloaded, the issuing system can obtain the management requirement in the service server according to the setting of the service server.
Step S502: and executing management operation on the target configuration file according to the management requirement, and determining the state information of the target configuration file.
It is easy to understand that the status information of the target profile may be an activated status, a deactivated status, a deleted status, or the like, which is not limited by the embodiment. The issuing system performs management operations on the target configuration file according to the management requirements set by the service server, so that the state information of the target configuration file can be determined. For example, the issuing system determines whether to enable the target profile activation module to activate the eUICC according to the management requirement set by the service server.
In this embodiment, by obtaining a configuration file application instruction, service information in a service server and certificate information in a data server are obtained according to the configuration file application instruction; sending the service information to a signing management data preparation platform so that the signing management data preparation platform determines a configuration file to be downloaded according to the service information; extracting the configuration file to be downloaded into a data server so that the data server matches the configuration file to be downloaded with certificate information to obtain a target configuration file; acquiring a configuration file downloading instruction, and acquiring a task requirement in a service server according to the configuration file downloading instruction; calling a target configuration file in the data server according to the task requirement to finish configuration file downloading; acquiring a management requirement in a service server; and executing management operation on the target configuration file according to the management requirement, and determining the state information of the target configuration file. The application and download part in the configuration file management is logically isolated in a data server and service server mode, so that the configuration file can be rapidly applied and downloaded under the condition that the existing flow is not changed, and the accuracy of the downloading efficiency of the configuration file is improved.
Furthermore, an embodiment of the present invention further provides a storage medium, where a configuration file management program is stored on the storage medium, and the configuration file management program, when executed by a processor, implements the steps of the configuration file management method described above.
Since the storage medium adopts all technical solutions of all the embodiments, at least all the beneficial effects brought by the technical solutions of the embodiments are achieved, and no further description is given here.
Referring to fig. 5, fig. 5 is a block diagram illustrating a configuration file management apparatus according to a first embodiment of the present invention.
As shown in fig. 5, the configuration file management apparatus according to the embodiment of the present invention includes:
the obtaining module 10 is configured to obtain a configuration file application instruction, and obtain service information in a service server and certificate information in a data server according to the configuration file application instruction.
It should be understood that the profile application instruction is an instruction for applying a profile sent by a software user, and the service information may be data information such as a matching Identifier (matchid), an Integrated Circuit Card (ICCID), an International Mobile Equipment Identity (IMEI), and the like, where the service information is stored in the service server, which is not limited in this embodiment, and the certificate information may be information such as a network Identity Identifier (EID), eUICC information (uicc info), and the like, where the certificate information is stored in the data server, which is not limited in this embodiment. Therefore, the service information in the service server and the certificate information in the data server can be obtained according to the configuration file application instruction.
A determining module 20, configured to determine a target configuration file in the data server according to the service information and the certificate information.
It can be understood that the service server submits the relevant service information to a Subscription management Data Preparation (SM-DP +) platform, so that the SM-DP + platform determines the configuration file to be downloaded according to the service information, obtains the configuration file to be downloaded after the relevant authentication is completed, and transmits the configuration file to be downloaded to the Data server, and the Data server matches the configuration file to be downloaded with the certificate information, thereby completing the Data collection of the configuration file to obtain the target configuration file.
The obtaining module 10 is further configured to obtain a configuration file downloading instruction, and obtain a task requirement in the service server according to the configuration file downloading instruction.
It should be understood that the configuration file downloading instruction may be an instruction for downloading a configuration file sent by a software user, and the task requirement may be a task requirement amount for downloading the configuration file, and may be set by a person skilled in the art in a specific implementation process.
And the downloading module 30 is configured to call a target configuration file in the data server according to the task requirement, and complete downloading of the configuration file.
It should be understood that the configuration file downloading instruction may be an instruction for downloading a configuration file sent by a software user, and the task requirement may be a task requirement amount for downloading the configuration file, and may be set by a person skilled in the art in a specific implementation process.
In an embodiment, the obtaining module 10 is further configured to obtain a service information collecting instruction, and determine service information in a service server according to the service information collecting instruction; acquiring a data information acquisition instruction, and determining certificate information in a data server according to the data information acquisition instruction.
In an embodiment, the obtaining module 10 is further configured to obtain a service information collecting instruction, and determine initial service information in a service server according to the service information collecting instruction; and associating the initial service information to obtain service information.
In an embodiment, the obtaining module 10 is further configured to obtain a data information collecting instruction, and determine initial certificate information in the data server according to the data information collecting instruction; and encrypting the initial certificate information through a key management server to obtain the certificate information.
In an embodiment, the determining module 20 is further configured to send the service information to a subscription management data preparation platform, so that the subscription management data preparation platform determines a configuration file to be downloaded according to the service information; and extracting the configuration file to be downloaded into a data server so that the data server matches the configuration file to be downloaded with the certificate information to obtain a target configuration file.
In an embodiment, the determining module 20 is further configured to encrypt the configuration file to be downloaded through a key management server to obtain an encrypted configuration file to be downloaded; and extracting the encrypted configuration file to be downloaded to a data server so that the data server matches the configuration file to be downloaded with certificate information to obtain a target configuration file.
In an embodiment, the determining module 20 is further configured to obtain a management requirement in a service server; and executing management operation on the target configuration file according to the management requirement, and determining the state information of the target configuration file.
In other embodiments or specific implementation methods of the profile management apparatus according to the present invention, reference may be made to the above embodiments, and details are not repeated here.
It should be understood that the above is only an example, and the technical solution of the present invention is not limited in any way, and in a specific application, a person skilled in the art may set the technical solution as needed, and the present invention is not limited thereto.
It should be noted that the above-described work flows are only exemplary, and do not limit the scope of the present invention, and in practical applications, a person skilled in the art may select some or all of them to achieve the purpose of the solution of the embodiment according to actual needs, and the present invention is not limited herein.
In addition, the technical details that are not described in detail in this embodiment may refer to the configuration file management method provided in any embodiment of the present invention, and are not described herein again.
Further, it is to be noted that, in this document, the terms "comprises," "comprising," or any other variation thereof, are intended to cover a non-exclusive inclusion, such that a process, method, article, or system that comprises a list of elements does not include only those elements but may include other elements not expressly listed or inherent to such process, method, article, or system. Without further limitation, an element defined by the phrase "comprising an … …" does not exclude the presence of other like elements in a process, method, article, or system that comprises the element.
The above-mentioned serial numbers of the embodiments of the present invention are merely for description and do not represent the merits of the embodiments.
Through the above description of the embodiments, those skilled in the art will clearly understand that the method of the above embodiments can be implemented by software plus a necessary general hardware platform, and certainly can also be implemented by hardware, but in many cases, the former is a better implementation manner. Based on such understanding, the technical solution of the present invention or portions thereof that contribute to the prior art may be embodied in the form of a software product, where the computer software product is stored in a storage medium (e.g. Read Only Memory (ROM)/RAM, magnetic disk, optical disk), and includes several instructions for enabling a terminal device (e.g. a mobile phone, a computer, a server, or a network device) to execute the method according to the embodiments of the present invention.
The above description is only a preferred embodiment of the present invention, and not intended to limit the scope of the present invention, and all modifications of equivalent structures and equivalent processes, which are made by using the contents of the present specification and the accompanying drawings, or directly or indirectly applied to other related technical fields, are included in the scope of the present invention.

Claims (10)

1. A method for profile management, the method comprising:
acquiring a configuration file application instruction, and acquiring service information in a service server and certificate information in a data server according to the configuration file application instruction;
determining a target configuration file in the data server according to the service information and the certificate information;
acquiring a configuration file downloading instruction, and acquiring a task requirement in a service server according to the configuration file downloading instruction;
and calling a target configuration file in the data server according to the task requirement to finish configuration file downloading.
2. The method for managing profiles according to claim 1, wherein before the obtaining the application instruction for profiles, and obtaining the service information in the service server and the certificate information in the data server according to the application instruction for profiles, the method further comprises:
acquiring a service information acquisition instruction, and determining service information in a service server according to the service information acquisition instruction;
acquiring a data information acquisition instruction, and determining certificate information in a data server according to the data information acquisition instruction.
3. The method for managing configuration files according to claim 2, wherein the obtaining a service information collection command and determining the service information in the service server according to the service information collection command comprises:
acquiring a service information acquisition instruction, and determining initial service information in a service server according to the service information acquisition instruction;
and associating the initial service information to obtain service information.
4. The method for profile management according to claim 2, wherein the obtaining a data information collection instruction and determining certificate information in a data server according to the data information collection instruction comprises:
acquiring a data information acquisition instruction, and determining initial certificate information in a data server according to the data information acquisition instruction;
and encrypting the initial certificate information through a key management server to obtain the certificate information.
5. The profile management method as claimed in claim 1, wherein said determining a target profile in said data server based on said service information and said certificate information comprises:
sending the service information to a signing management data preparation platform so that the signing management data preparation platform determines a configuration file to be downloaded according to the service information;
and extracting the configuration file to be downloaded into a data server so that the data server matches the configuration file to be downloaded with the certificate information to obtain a target configuration file.
6. The method for managing configuration files according to claim 5, wherein the extracting the configuration file to be downloaded to a data server to enable the data server to match the configuration file to be downloaded with certificate information to obtain a target configuration file comprises:
encrypting the configuration file to be downloaded through a key management server to obtain an encrypted configuration file to be downloaded;
and extracting the encrypted configuration file to be downloaded to a data server so that the data server matches the configuration file to be downloaded with certificate information to obtain a target configuration file.
7. The method according to any one of claims 1 to 6, wherein the invoking a target configuration file in the data server according to the task requirement, after completing downloading the configuration file, further comprises:
acquiring a management requirement in a service server;
and executing management operation on the target configuration file according to the management requirement, and determining the state information of the target configuration file.
8. A profile management apparatus, characterized in that the profile management apparatus comprises:
the acquisition module is used for acquiring a configuration file application instruction and acquiring service information in a service server and certificate information in a data server according to the configuration file application instruction;
the determining module is used for determining a target configuration file in the data server according to the service information and the certificate information;
the acquisition module is further used for acquiring a configuration file downloading instruction and acquiring a task requirement in a service server according to the configuration file downloading instruction;
and the downloading module is used for calling the target configuration file in the data server according to the task requirement to finish configuration file downloading.
9. A profile management device, characterized in that the profile management device comprises: a memory, a processor, and a profile management program stored on the memory and executable on the processor, the profile management program configured to implement the profile management method of any of claims 1 to 7.
10. A storage medium having stored thereon a profile management program which, when executed by a processor, implements a profile management method according to any one of claims 1 to 7.
CN202111132434.3A 2021-09-27 2021-09-27 Configuration file management method, device, equipment and storage medium Active CN113572861B (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN202111132434.3A CN113572861B (en) 2021-09-27 2021-09-27 Configuration file management method, device, equipment and storage medium

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN202111132434.3A CN113572861B (en) 2021-09-27 2021-09-27 Configuration file management method, device, equipment and storage medium

Publications (2)

Publication Number Publication Date
CN113572861A true CN113572861A (en) 2021-10-29
CN113572861B CN113572861B (en) 2021-12-28

Family

ID=78174721

Family Applications (1)

Application Number Title Priority Date Filing Date
CN202111132434.3A Active CN113572861B (en) 2021-09-27 2021-09-27 Configuration file management method, device, equipment and storage medium

Country Status (1)

Country Link
CN (1) CN113572861B (en)

Citations (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
WO2018129754A1 (en) * 2017-01-16 2018-07-19 华为技术有限公司 Euicc configuration file management method and related device
CN109474650A (en) * 2017-09-08 2019-03-15 中国移动通信有限公司研究院 A kind of configuration file method for down loading and terminal
CN109560953A (en) * 2017-09-27 2019-04-02 华为技术有限公司 Method, the terminal and server of connection profile Content Management Platform
US20210160684A1 (en) * 2018-04-06 2021-05-27 Samsung Electronics Co., Ltd. Method and apparatus for negotiating euicc version

Patent Citations (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
WO2018129754A1 (en) * 2017-01-16 2018-07-19 华为技术有限公司 Euicc configuration file management method and related device
CN109474650A (en) * 2017-09-08 2019-03-15 中国移动通信有限公司研究院 A kind of configuration file method for down loading and terminal
CN109560953A (en) * 2017-09-27 2019-04-02 华为技术有限公司 Method, the terminal and server of connection profile Content Management Platform
US20210160684A1 (en) * 2018-04-06 2021-05-27 Samsung Electronics Co., Ltd. Method and apparatus for negotiating euicc version

Non-Patent Citations (2)

* Cited by examiner, † Cited by third party
Title
吴长江 等: ""基于嵌入式SIM卡的配网自动化终端"", 《湖南电力》 *
周代卫 等: ""嵌入式SIM卡标准化进程与远程管理技术研究"", 《移动通信》 *

Also Published As

Publication number Publication date
CN113572861B (en) 2021-12-28

Similar Documents

Publication Publication Date Title
US11617073B2 (en) Method enabling migration of a subscription
EP3528518B1 (en) Profile download method and device
CN110352605B (en) Method for adding authentication algorithm program, related equipment and system
US10911939B2 (en) Embedded universal integrated circuit card profile management method and apparatus
EP2861002B1 (en) Virtual user identification data distributing method and obtaining method, and devices
US10356070B2 (en) Method for transferring profile and electronic device supporting the same
US11868762B2 (en) Method for authenticating and updating eUICC firmware version and related apparatus
CN108702386B (en) Method and device for managing configuration file of embedded universal integrated circuit card
KR102082854B1 (en) Methods, servers, and systems for downloading updated profiles
CN109672523B (en) Information encryption method, device and equipment based on filter and readable storage medium
US20230037497A1 (en) Profile Management Method, Embedded Universal Integrated Circuit Card, and Terminal
US11134376B2 (en) 5G device compatibility with legacy SIM
KR20160067776A (en) A method of provisioning a subscriber profile for a secure module
US11832348B2 (en) Data downloading method, data management method, and terminal
CN108713200B (en) Method for loading subscriptions into an embedded security element of a mobile terminal
CN113572861B (en) Configuration file management method, device, equipment and storage medium
KR101552557B1 (en) Service Server for Preventing Mobile Application Decompiled and Method thereof
KR100658917B1 (en) Method for updating data call-related item following otasp in mobile communication terminal
KR101552556B1 (en) Method for Preventing Mobile Application Decompiled and Program Publishing Server for Storing Launcher therefor
CN115499821A (en) eSIM signing method and device

Legal Events

Date Code Title Description
PB01 Publication
PB01 Publication
SE01 Entry into force of request for substantive examination
SE01 Entry into force of request for substantive examination
GR01 Patent grant
GR01 Patent grant